Skip to content
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

API: support a BooleanIndex #15890

Closed
jreback opened this issue Apr 4, 2017 · 0 comments · Fixed by #45061
Closed

API: support a BooleanIndex #15890

jreback opened this issue Apr 4, 2017 · 0 comments · Fixed by #45061
Labels
Dtype Conversions Unexpected or buggy dtype conversions Enhancement Index Related to the Index class or subclasses
Milestone

Comments

@jreback
Copy link
Contributor

jreback commented Apr 4, 2017

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')
@jreback jreback added API Design Dtype Conversions Unexpected or buggy dtype conversions labels Apr 4, 2017
@jreback jreback added this to the Next Major Release milestone Apr 4, 2017
@mroeschke mroeschke added Enhancement Index Related to the Index class or subclasses and removed API Design labels May 8, 2021
@jbrockmendel jbrockmendel mentioned this issue Dec 24, 2021
4 tasks
@jreback jreback modified the milestones: Contributions Welcome, 1.5 Jan 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Dtype Conversions Unexpected or buggy dtype conversions Enhancement Index Related to the Index class or subclasses
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants