-
CategoricalIndex.max(*args, **kwargs)
[source] -
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 notordered
.
CategoricalIndex.max()

2025-01-10 15:47:30
Please login to continue.