-
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()
2017-01-12 04:44:54
Please login to continue.