-
-
Notifications
You must be signed in to change notification settings - Fork 18.7k
Closed
Labels
Dtype ConversionsUnexpected or buggy dtype conversionsUnexpected or buggy dtype conversionsEnhancementIndexRelated to the Index class or subclassesRelated to the Index class or subclasses
Milestone
Description
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
Labels
Dtype ConversionsUnexpected or buggy dtype conversionsUnexpected or buggy dtype conversionsEnhancementIndexRelated to the Index class or subclassesRelated to the Index class or subclasses