Skip to content

Commit

Permalink
[ENH] Pivot longer - allow multiple .value (#1039)
Browse files Browse the repository at this point in the history
  • Loading branch information
samukweku authored Mar 18, 2022
1 parent 9fb2a6c commit a6925cb
Show file tree
Hide file tree
Showing 4 changed files with 1,850 additions and 3,075 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
- [BUG] Make `factorize_columns` (PR #1028) and `truncate_datetime_dataframe` (PR #1040) functions non-mutating. @thatlittleboy
- [BUG] Fix SettingWithCopyWarning and other minor bugs when using `truncate_datetime_dataframe`, along with further performance improvements (PR #1040). @thatlittleboy
- [ENH] Performance improvement for `conditional_join`. @samukweku
- [ENH] Multiple `.value` is now supported in `pivot_longer`. #1034 @samukweku

## [v0.22.0] - 2021-11-21

Expand Down
Loading

0 comments on commit a6925cb

Please sign in to comment.