Skip to content

Commit db2c056

Browse files
authored
[ENH] first/last/all matches for conditional join (#1114)
* convert extension arrays to numpy arrays for _range_indices * add keep parameter * use list comprehension for some cases of first/last keep * keep equality conditions logic simple and foolproof * changelog * docs cleanup
1 parent 63c075e commit db2c056

File tree

3 files changed

+339
-365
lines changed

3 files changed

+339
-365
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## [Unreleased]
44

55
- [DOC] Updated developer guide docs.
6-
- [ENH] Allow column selection/renaming within conditional_join. #1102 @samukweku.
6+
- [ENH] Allow column selection/renaming within conditional_join. #1102. Also allow first or last match. #1020 @samukweku.
77
- [ENH] New decorator `deprecated_kwargs` for breaking API. #1103 @Zeroto521
88
- [ENH] Extend select_columns to support non-string columns. Also allow selection on MultiIndex columns via level parameter. #1105 @samukweku
99
- [ENH] Performance improvement for groupby_topk. #1093 @samukweku

0 commit comments

Comments
 (0)