Closed samukweku closed 1 month ago
🚀 Deployed on https://deploy-preview-1398--pyjanitor.netlify.app
Attention: Patch coverage is 94.44444%
with 14 lines
in your changes missing coverage. Please review.
Project coverage is 83.72%. Comparing base (
6e77fbc
) to head (d3c5772
). Report is 4 commits behind head on dev.
This is the third part of a series of PRs that ultimately adds support for aggregations within
conditional_join
. the numba code now uses an array that is kept sorted, based on grantjenks' sortedcontainers implementation. In one case, perf. improved by about 50x compared to the current implementation; too large a perf diff?PR Description
Please describe the changes proposed in the pull request:
df
orright
is emptyThis PR relates to #1269, #1396 and #1397 .
Please tag maintainers to review.