Skip to content

Commit

Permalink
Update index.md (#358)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrbauer authored Nov 25, 2024
1 parent b7dbe50 commit 834b093
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ fromcolumns(x::Tables.CopiedColumns, names; copycols::Bool=true) =
DataFrame(AbstractVector[getvector(Tables.getcolumn(x, nm) for nm in names],
Index(names),
copycols=false)
fromcolumns(x; copycols::Bool=true) =
fromcolumns(x, names; copycols::Bool=true) =
DataFrame(AbstractVector[getvector(Tables.getcolumn(x, nm) for nm in names],
Index(names),
copycols=copycols)
Expand Down

0 comments on commit 834b093

Please sign in to comment.