Skip to content

Commit

Permalink
Merge c80d2df into d23077a
Browse files Browse the repository at this point in the history
  • Loading branch information
bkamins committed Oct 28, 2020
2 parents d23077a + c80d2df commit a53766d
Show file tree
Hide file tree
Showing 3 changed files with 396 additions and 203 deletions.
3 changes: 3 additions & 0 deletions NEWS.md
Expand Up @@ -41,6 +41,9 @@
* in `describe` the specification of custom aggregation is now `function => name`;
old `name => function` order is now deprecated
([#2401](https://github.com/JuliaData/DataFrames.jl/pull/2401))
* `unstack` now does produce rows and columns in the order which `groupby` produces
and has two new keyword arguments `allowmissing` and `allowduplicates`
([#2494](https://github.com/JuliaData/DataFrames.jl/pull/2494))

## New functionalities

Expand Down

0 comments on commit a53766d

Please sign in to comment.