Skip to content

Commit

Permalink
Fix typo in docstring of stack (#2402)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sh4pe authored Aug 31, 2020
1 parent 8f7bee2 commit 6859942
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/abstractdataframe/reshape.jl
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
Stack a data frame `df`, i.e. convert it from wide to long format.
Return the long-format `DataFrame` with: columns for each of the `id_vars`,
column `variable_name` (`:value` by default)
column `value_name` (`:value` by default)
holding the values of the stacked columns (`measure_vars`), and
column `variable_name` (`:variable` by default) a vector holding
the name of the corresponding `measure_vars` variable.
Expand Down

0 comments on commit 6859942

Please sign in to comment.