-
Notifications
You must be signed in to change notification settings - Fork 915
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
Some consolidation of indexed frame methods #10167
Some consolidation of indexed frame methods #10167
Conversation
Codecov Report
@@ Coverage Diff @@
## branch-22.04 #10167 +/- ##
================================================
+ Coverage 10.37% 10.49% +0.11%
================================================
Files 119 122 +3
Lines 20149 20474 +325
================================================
+ Hits 2091 2148 +57
- Misses 18058 18326 +268
Continue to review full report at Codecov.
|
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! All looks good to me.
@gpucibot merge |
This PR contributes to #9038, merging implementations of memory_usage and iter. It also removes an unnecessary override of take (saves about 25% of runtime for data <1M rows) and deprecates Series.merge, which doesn't exist in pandas.