-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
BUG: reductions for nullable dtypes should return pd.NA for skipna=False #30971
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: reductions for nullable dtypes should return pd.NA for skipna=False #30971
Conversation
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.
seems reasonable. I would add this issue number to an existing whatsnew note in 1.0.0 that's appropriate.
We have a section for NA-related API breaking changes to IntegerArray that this can fall under. |
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.
Merge when you're ready @jorisvandenbossche
sure |
…uld return pd.NA for skipna=False
… pd.NA for skipna=False (#31121) Co-authored-by: Joris Van den Bossche <[email protected]>
Closes #30958
Just realized that I should probably check boolean dtype as well