Categorical pandas Series
Setting category variables
The .cat accessor object
Series.cat.method_name
Common parameters:
new_categories: a list of categories
inplace: Boolean - whether or not the update should overwrite the series
ordered: Boolean - whether or not the cate...
blog.amalhanaja.dev3 min read