Table Of Contents

Search

Enter search terms or a module, class or function name.

pandas.CategoricalIndex.min

CategoricalIndex.min(*args, **kwargs)

The minimum value of the object.

Only ordered Categoricals have a minimum!

Returns:

min : the minimum of this Categorical

Raises:

TypeError

If the Categorical is not ordered.