We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a81300 commit 7929518Copy full SHA for 7929518
src/tables.jl
@@ -130,7 +130,7 @@ end
130
131
Populate `A` with the contents of the `value` column in a provided `table`, matching the
132
[Tables.jl](https://github.com/JuliaData/Tables.jl) API. The `table` must contain columns
133
-corresponding to the keys in `A` and implements `Tables.rows`. If the keys in `A` do not
+corresponding to the keys in `A` and implement `Tables.columns`. If the keys in `A` do not
134
uniquely identify rows in the `table` then an `ArgumentError` is throw. If `force` is true
135
then the duplicate (non-unique) entries will be overwritten.
136
"""
0 commit comments