From 14d3b783185e0ddaef760587324fccbc8f1bac6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bogumi=C5=82=20Kami=C5=84ski?= Date: Tue, 13 Oct 2020 12:41:00 +0200 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Milan Bouchet-Valat --- src/dataframe/dataframe.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dataframe/dataframe.jl b/src/dataframe/dataframe.jl index 47a919edfa..089233b80d 100644 --- a/src/dataframe/dataframe.jl +++ b/src/dataframe/dataframe.jl @@ -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