-
-
Notifications
You must be signed in to change notification settings - Fork 18.2k
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
REGR: DataFrame.mean(numeric_only=True) raises AttributeError on v1.0.3 #33256
Comments
I noticed this as well while working on #32867. And normally this should also get solved in that PR. |
I was just looking at that PR, and couldn't find an issue. then realising it was a regression, felt that a separate issue should be raised. If we can get just the fix part of #32867 broken off, could backport if we do another patch release. (sorry, should have xrefed your work here originally) |
No, problem, you're totally correct to open an issue about it. |
@simonjayhawkins can you |
changing the milestone, xref #33300 to track. |
Code Sample, a copy-pastable example if possible
Problem description
This is a regression from 0.25.3
0aa48f7 is the first bad commit
commit 0aa48f7
Author: jbrockmendel jbrockmendel@gmail.com
Date: Wed Jan 1 09:18:20 2020 -0800
on master raises
AttributeError: 'int' object has no attribute 'dtype'
Expected Output
The text was updated successfully, but these errors were encountered: