Skip to content

Commit 4867b20

Browse files
samukwekuericmjl
andauthored
[ENH] Extend column selection to non-strings (#1106)
* simplify column selection logic for sequences * make base object singledispatch generic * add fixtures for dates and numbers * cleanup tests; added more; clean up logic in slice selection... * changelog * updates to pivot_longer * tests fix * tests added * fix notebook * fix test fails * Fix spelling * fix test fail * updates based on feedback * simplify pivot column selection branching Co-authored-by: Eric Ma <[email protected]>
1 parent ff300d6 commit 4867b20

File tree

7 files changed

+496
-884
lines changed

7 files changed

+496
-884
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44

55
- [DOC] Updated developer guide docs.
66
- [ENH] Allow column selection/renaming within conditional_join. #1102 @samukweku.
7-
- [EHN] New decorator `deprecated_kwargs` for breaking API. #1103 @Zeroto521
7+
- [ENH] New decorator `deprecated_kwargs` for breaking API. #1103 @Zeroto521
8+
- [ENH] Extend select_columns to support non-string columns. #1105 @samukweku
89

910
## [v0.23.1] - 2022-05-03
1011

0 commit comments

Comments
 (0)