-
-
Notifications
You must be signed in to change notification settings - Fork 18k
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: Mixed DataFrame with Extension Array incorrect aggregation #34520
Comments
This is actually a regression on master, as this "worked" until recently:
There are still many things not correctly working for DataFrame reductions with EA columns, which I am trying to fix in #32867 Now, the specific regression here is related to
This works in pandas 1.0.3, because we just convert the IntegerArray to a numpy array there, but apparently we stopped doing that. |
This bug only occurs for numeric_only=None, the default.
|
it appears #32950 caused the regression b838508 is the first bad commit
|
Surprised to not get an aggregation for "b" with the Int64 dtype
The text was updated successfully, but these errors were encountered: