Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Milan Bouchet-Valat <nalimilan@club.fr>
  • Loading branch information
bkamins and nalimilan committed Oct 13, 2020
1 parent 67e9b0a commit 14d3b78
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 @@ -46,7 +46,7 @@ DataFrame(::GroupedDataFrame; keepkeys::Bool=true)
- `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 14d3b78

Please sign in to comment.