-
-
Notifications
You must be signed in to change notification settings - Fork 18.1k
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: DataFrame.mad(axis=1) not working for nullable integer dtype #33036
Comments
thought we deprecated .mad |
You mentioned that recently here as well: #31742 (comment), but I am not aware of any issues/discussion about that |
This is now working on master, though #33600 is breaking it for the axis=0 case. |
Hi. I've used Pandas 1.1.3 thru 1.1.5, but all versions have produced the same problem...pandas.DataFrame.mad(axis=1) producing NaNs on perfectly fine data. The dataframe I have has several columns of floats. When I run my script to create a new column using any other command like .std(axis=1), .max(axis=1), .min(axis=1), .mean(axis=1), and .median(axis=1), they all produce correct numbers. |
This is working on master, could use tests. |
The text was updated successfully, but these errors were encountered: