Skip to content

API: support a BooleanIndex #15890

Closed
@jreback

Description

@jreback

xref #15888
xref #15751

We generally don't actually keep these around very much (instead we use a numpy boolean array), but would be nice for compat. (e.g. #15589; were we could return an actual Index rather than a boolean array).

In [31]: Index([True, False])
Out[31]: Index([True, False], dtype='object')

Metadata

Metadata

Assignees

No one assigned

    Labels

    Dtype ConversionsUnexpected or buggy dtype conversionsEnhancementIndexRelated to the Index class or subclasses

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions