Clarify is_bool_indexer for Extension dtypes (original) (raw)
Navigation Menu
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Appearance settings
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
Labels
Development
No branches or pull requests