目录

搜索

输入搜索字词或模块,类或函数名称。

pandas.CategoricalIndex.remove_unused_categories

CategoricalIndex.remove_unused_categories(*args, **kwargs)[source]

删除未使用的类别。

参数:

inplace:boolean(默认值:False)

是否丢弃未使用的类别或返回此类别的未使用类别的副本。

返回:

cat:未使用类别的分类删除,如果在位置,则为None。

Scroll To Top