Skip to content

BUG: Fix logical method Non 1D Extension Arrays #61869

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

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

tisjayy
Copy link

@tisjayy tisjayy commented Jul 16, 2025

@tisjayy
Copy link
Author

tisjayy commented Jul 16, 2025

Now, ExtensionArrays handle these cases like NumPy arrays do by returning NotImplemented when they can’t perform the operation.
So if the other operand can handle it, it takes over and the operation succeeds instead of just showing error and stopping execution for the entire code.

@tisjayy tisjayy changed the title Fix logical method Non One direction methods Fix logical method Non 1D Extension Arrays Jul 16, 2025
@tisjayy tisjayy changed the title Fix logical method Non 1D Extension Arrays BUG: Fix logical method Non 1D Extension Arrays Jul 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BUG: Operations not implemented for non-1D ExtensionArrays
1 participant