Skip to content

BUG: NA.__and__, __or__, __xor__ with np.bool_ objects #61768

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

Merged
merged 1 commit into from
Jul 3, 2025

Conversation

jbrockmendel
Copy link
Member

I expected this to break some other tests, but nope.

@mroeschke mroeschke added the Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate label Jul 3, 2025
@mroeschke mroeschke added this to the 3.0 milestone Jul 3, 2025
@mroeschke mroeschke merged commit 51763f9 into pandas-dev:main Jul 3, 2025
48 checks passed
@mroeschke
Copy link
Member

Thanks @jbrockmendel

@jbrockmendel jbrockmendel deleted the bug-npbool_and_NA branch July 3, 2025 22:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BUG: np.bool_(False) & pd.NA gives pd.NA
2 participants