Table Of Contents

Search

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

pandas.CategoricalIndex.max

CategoricalIndex.max(*args, **kwargs)

The maximum value of the object.

Only ordered Categoricals have a maximum!

Returns:

max : the maximum of this Categorical

Raises:

TypeError

If the Categorical is not ordered.