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 b7dbe50 commit 834b093Copy full SHA for 834b093
docs/src/index.md
@@ -163,7 +163,7 @@ fromcolumns(x::Tables.CopiedColumns, names; copycols::Bool=true) =
163
DataFrame(AbstractVector[getvector(Tables.getcolumn(x, nm) for nm in names],
164
Index(names),
165
copycols=false)
166
-fromcolumns(x; copycols::Bool=true) =
+fromcolumns(x, names; copycols::Bool=true) =
167
168
169
copycols=copycols)
0 commit comments