-
Notifications
You must be signed in to change notification settings - Fork 172
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 performance for polars' pivot_longer
#1377
Conversation
🚀 Deployed on https://deploy-preview-1377--pyjanitor.netlify.app |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## dev #1377 +/- ##
==========================================
- Coverage 94.48% 88.96% -5.52%
==========================================
Files 80 86 +6
Lines 4367 5058 +691
==========================================
+ Hits 4126 4500 +374
- Misses 241 558 +317 |
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.
Nice work, @samukweku! Please feel free to merge when ready!
@ericmjl Ok to do a release? |
PR Description
Please describe the changes proposed in the pull request:
pivot_longer
- some cases can be 3x.collect
- use another option to avoid this and be as lazy for as long as possibleThis PR relates to #1352 .
perf ... YMMV :