-
Notifications
You must be signed in to change notification settings - Fork 171
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ENH]improve conditional join performance #1419
Conversation
🚀 Deployed on https://deploy-preview-1419--pyjanitor.netlify.app |
@samukweku, I am not 100% sure of the changes here. Is there a performance improvement? If so, is there a performance comparison that you've done compared to the previous iteration? Apologies for getting back late here on my side! |
@ericmjl i have updated the example to show the perf. improvement |
Ah, got it! Thanks @samukweku, I trust what you've got here. Let's merge! Please also do the honors of cutting a new release! I think we should just cut releases after merging PRs, so the improvements get shipped. |
@ericmjl it still needs an approval 😎 |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## dev #1419 +/- ##
==========================================
- Coverage 89.07% 84.67% -4.41%
==========================================
Files 87 87
Lines 5374 6348 +974
==========================================
+ Hits 4787 5375 +588
- Misses 587 973 +386 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ack, apologies @samukweku! Approved!
PR Description
Please describe the changes proposed in the pull request:
This PR relates to #1415 .
Please tag maintainers to review.