CategoricalIndex.codes |
|
CategoricalIndex.categories |
|
CategoricalIndex.ordered |
|
CategoricalIndex.rename_categories(*args, ...) |
Renames categories. |
CategoricalIndex.reorder_categories(*args, ...) |
Reorders categories as specified in new_categories. |
CategoricalIndex.add_categories(*args, **kwargs) |
Add new categories. |
CategoricalIndex.remove_categories(*args, ...) |
Removes the specified categories. |
CategoricalIndex.remove_unused_categories(...) |
Removes categories which are not used. |
CategoricalIndex.set_categories(*args, **kwargs) |
Sets the categories to the specified new_categories. |
CategoricalIndex.as_ordered(*args, **kwargs) |
Sets the Categorical to be ordered |
CategoricalIndex.as_unordered(*args, **kwargs) |
Sets the Categorical to be unordered |