Closed
Description
-
Categorical.remove_unused_categories
Deprecate inplace in Categorical.remove_unused_categories #37918 -
Cateogrical.remove_categories
Deprecate inplace in Categorical.remove_categories #37981 -
Categorical.add_categories
Deprecate inplace in Categorical.add_categories. #41118 -
Categorical.reorder_categories
Deprecate inplace in Categorical.reorder_categories. #41133 -
Categorical.rename_categories
Deprecate inplace in Categorical.rename_categories #41186 -
Categorical.set_categories
Deprecate 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.