Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/deprecate_constructors' into dep…
Browse files Browse the repository at this point in the history
…recate_constructors
  • Loading branch information
bkamins committed Oct 13, 2020
2 parents c707173 + 14d3b78 commit b52dadb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dataframe/dataframe.jl
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ DataFrame() # an empty DataFrame
- `copycols` : whether vectors passed as columns should be copied; if set
to `false` then the constructor will still copy the passed columns
if it is not possible to construct a `DataFrame` without materializing new columns.
- `keepkeys` : if the resulting `DataFrame` should contain the grouping columns
- `keepkeys` : whether the resulting `DataFrame` should contain the grouping columns
of a `GroupedDataFrame`
All columns in `columns` must be `AbstractVector`s and have the same length. An
Expand Down

0 comments on commit b52dadb

Please sign in to comment.