Skip to content

Commit 834b093

Browse files
authored
Update index.md (#358)
1 parent b7dbe50 commit 834b093

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ fromcolumns(x::Tables.CopiedColumns, names; copycols::Bool=true) =
163163
DataFrame(AbstractVector[getvector(Tables.getcolumn(x, nm) for nm in names],
164164
Index(names),
165165
copycols=false)
166-
fromcolumns(x; copycols::Bool=true) =
166+
fromcolumns(x, names; copycols::Bool=true) =
167167
DataFrame(AbstractVector[getvector(Tables.getcolumn(x, nm) for nm in names],
168168
Index(names),
169169
copycols=copycols)

0 commit comments

Comments
 (0)