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

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