-
-
Notifications
You must be signed in to change notification settings - Fork 18.7k
Closed
Labels
ExtensionArrayExtending pandas with custom dtypes or arrays.Extending pandas with custom dtypes or arrays.IndexingRelated to indexing on series/frames, not to indexes themselvesRelated to indexing on series/frames, not to indexes themselvesSparseSparse Data TypeSparse Data Type
Milestone
Description
What do we want here?
In [1]: import pandas as pd
In [2]: pd.core.common.is_bool_indexer(pd.Categorical([True, True]))
Out[2]: False
working around this in #22325
Metadata
Metadata
Assignees
Labels
ExtensionArrayExtending pandas with custom dtypes or arrays.Extending pandas with custom dtypes or arrays.IndexingRelated to indexing on series/frames, not to indexes themselvesRelated to indexing on series/frames, not to indexes themselvesSparseSparse Data TypeSparse Data Type