CategoricalIndex.
remove_categories
Remove the specified categories.
removals must be included in the old categories. Values which were in the removed categories will be set to NaN
The categories which should be removed.
Whether or not to remove the categories inplace or return a copy of this categorical with removed categories.
If the removals are not contained in the categories
See also
rename_categories
Rename categories.
reorder_categories
Reorder categories.
add_categories
Add new categories.
remove_unused_categories
Remove categories which are not used.
set_categories
Set the categories to the specified ones.