-
Notifications
You must be signed in to change notification settings - Fork 653
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
Add support for level argument in any, all #833
Add support for level argument in any, all #833
Conversation
Added support for level in: *Any *All *Refactored count *Added tests for Any and All
Codecov Report
@@ Coverage Diff @@
## master #833 +/- ##
==========================================
+ Coverage 90.72% 90.72% +<.01%
==========================================
Files 47 47
Lines 5658 5672 +14
==========================================
+ Hits 5133 5146 +13
- Misses 525 526 +1
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.
Thanks for putting this in! I left some comments for changes.
Updated functions to add keyword arguments to `_handle_level_agg`
Reformatting and adding skipna to calls to `handle_level_agg` in `all` and `any`
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.
Some nitpicky vertical whitespace comments, I will fix those.
@rliu4439 I do not have the privileges to add these. Can you add these suggested changes? You can do it in the browser. |
Update to check for `numeric_only` and not pass into _handle_level_agg
What do these changes do?
Refactored code supporting the
level
argument incount
.Added support for the
level
argument for:any
all
Related issue number
flake8 modin
black --check modin