Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ENH]
Conditional_join
on an equi-join with numba (#1267)
* skeleton * partial implementation * minor edits * add comments * fix notebook * Update conditional_join.ipynb * add changelog * updates * update changelog * add more tests * shortcut for monotonic increasing groups * use 0/1 for counter check for monotonicity * fix test failure * [DEPR] deprecate `pivot_wider` (#1263) * simplify logic * minor updates * changelog * fix userwarning on then function --------- Co-authored-by: Eric Ma <[email protected]> * fix range count * remove irrelevant imports * fix test fail * Update CHANGELOG.md * Update CHANGELOG.md * fix test failure * remove caching * add force parameter * update docstrings * fix failing test * remove strict eq join check --------- Co-authored-by: samuel.oranyeli <[email protected]> Co-authored-by: Eric Ma <[email protected]>
- Loading branch information