pandas.Series.cat.as_unordered

Set the Categorical to be unordered.

param inplace
bool, default False

Whether or not to set the ordered attribute in-place or return a copy of this categorical with ordered set to False.

return

Categorical Unordered Categorical.

Warning

This feature is currently unsupported by Intel Scalable Dataframe Compiler