-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
BUG: Series.any and Series.all for empty or all-null pyarrow-backed dtypes #51631
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
Conversation
doc/source/whatsnew/v2.1.0.rst
Outdated
@@ -198,7 +198,7 @@ Sparse | |||
|
|||
ExtensionArray | |||
^^^^^^^^^^^^^^ | |||
- | |||
- Bug in :meth:`Series.any` and :meth:`Series.all` for empty or all null pyarrow-backed dtypes (:issue:`51624`) |
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.
Can you explain what the bug was? Had to run an example to understand it. Otherwise lgtm
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.
thx
Thanks @lukemanley |
back porting as well, because we need it for the other pr |
@meeseeksdev backport 2.0.x |
Owee, I'm MrMeeseeks, Look at me. There seem to be a conflict, please backport manually. Here are approximate instructions:
And apply the correct labels and milestones. Congratulations — you did some good work! Hopefully your backport PR will be tested by the continuous integration and merged soon! Remember to remove the If these instructions are inaccurate, feel free to suggest an improvement. |
…types (pandas-dev#51631) * BUG: ArrowExtensionArray boolean reductions for empty or all null array * whatsnew * clarify whatsnew
…types (pandas-dev#51631) * BUG: ArrowExtensionArray boolean reductions for empty or all null array * whatsnew * clarify whatsnew
…r empty or all-null pyarrow-backed dtypes) (#51999) Co-authored-by: Luke Manley <[email protected]>
doc/source/whatsnew/v2.1.0.rst
file if fixing a bug or adding a new feature.