Skip to content

BUG: np.bool_(False) & pd.NA gives pd.NA #58427

Open
@jbrockmendel

Description

@jbrockmendel
>>> False & pd.NA
False
>>> np.bool_(False) & pd.NA
<NA>

this surprised me; is it on purpose @jorisvandenbossche?

Metadata

Metadata

Assignees

No one assigned

    Labels

    BugMissing-datanp.nan, pd.NaT, pd.NA, dropna, isnull, interpolateNA - MaskedArraysRelated to pd.NA and nullable extension arraysNeeds TriageIssue that has not been reviewed by a pandas team member

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions