-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
BUG: DataFrameGroupBy with numeric_only and empty non-numeric data #41706
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
BUG: DataFrameGroupBy with numeric_only and empty non-numeric data #41706
Conversation
jbrockmendel
commented
May 28, 2021
- closes API: SeriesGroupBy.product with numeric_only and empty non-numeric data #41291
- tests added / passed
- Ensure all linting tests pass, see here for how to run them
- whatsnew entry
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.
ok with merging (comment though on the huge test backing this).
is this rebased? (as merged a change that we backported to 1.2.5)
@@ -1861,6 +1861,49 @@ def get_result(): | |||
get_result() | |||
|
|||
return | |||
else: |
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.
this test is gigantic. umm can you split up (may not be easy).
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.
addressing this is a follow-on, yah