-
-
Couldn't load subscription status.
- Fork 19.2k
Closed
Labels
BugCategoricalCategorical Data TypeCategorical Data TypeDeprecateFunctionality to remove in pandasFunctionality to remove in pandas
Description
-
Categorical.remove_unused_categoriesDeprecate inplace in Categorical.remove_unused_categories #37918 -
Cateogrical.remove_categoriesDeprecate inplace in Categorical.remove_categories #37981 -
Categorical.add_categoriesDeprecate inplace in Categorical.add_categories. #41118 -
Categorical.reorder_categoriesDeprecate inplace in Categorical.reorder_categories. #41133 -
Categorical.rename_categoriesDeprecate inplace in Categorical.rename_categories #41186 -
Categorical.set_categoriesDeprecate inplace in Categorical.set_categories. #41307
The ability to alter an existing array's dtype is a footgun. We can return a new object without having to make a copy.
Metadata
Metadata
Assignees
Labels
BugCategoricalCategorical Data TypeCategorical Data TypeDeprecateFunctionality to remove in pandasFunctionality to remove in pandas