Skip to content

DEPR: Index.is_mixed #32922

Closed
Closed
@jbrockmendel

Description

@jbrockmendel

We only use it in one place, and removing it there doesn't break anything. Moreover, it behaves surprisingly:

>>> pd.Index(['a', np.nan, 'b']).is_mixed()
True

>>> Index([0, 'a', 1, 'b', 2, 'c']).is_mixed()
False

Metadata

Metadata

Assignees

No one assigned

    Labels

    DeprecateFunctionality to remove in pandas

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions