BUG: many methods on CategoricalIndex.str are broken #23556
Labels
Bug
Categorical
Categorical Data Type
Indexing
Related to indexing on series/frames, not to indexes themselves
Strings
String extension data type and string data
Milestone
This was also uncovered by #23167, but is a different error than #23555.
Basically, all methods calling
CategoricalIndex.str._wrap_result(result, use_codes=True)
will necessarily fail, e.g.:This is because
self._orig
is the originalCategoricalIndex
, which does not have acat
-accessor.The text was updated successfully, but these errors were encountered: