Skip to content

Commit f748406

Browse files
authored
[ENH] dropna parameter for pivot_longer (#1136)
* dump down to dictionary for multiple values_to, for performance * minor fixes * move column reordering to _final_frame_longer * dropna for simple melting - no .value * dropna for names_pattern_sequence * implement dropna in a single location * add tests for dropna * more tests; faster build for _base_melt * changelog * cleanup * proper renaming of variables
1 parent a25c821 commit f748406

File tree

3 files changed

+220
-35
lines changed

3 files changed

+220
-35
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
- [ENH] Added support for extension arrays in `expand_grid`. Issue #1121 @samukweku
1414
- [ENH] Add `names_expand` and `index_expand` parameters to `pivot_wider` for exposing missing categoricals. Issue #1108 @samukweku
1515
- [ENH] Add fix for slicing error when selecting columns in `pivot_wider`. Issue #1134 @samukweku
16+
- [ENH] `dropna` parameter added to `pivot_longer`. Issue #1132 @samukweku
1617

1718
## [v0.23.1] - 2022-05-03
1819

0 commit comments

Comments
 (0)