Participer au site avec un Tip
Rechercher
 

Améliorations / Corrections

Vous avez des améliorations (ou des corrections) à proposer pour ce document : je vous remerçie par avance de m'en faire part, cela m'aide à améliorer le site.

Emplacement :

Description des améliorations :

Vous êtes un professionnel et vous avez besoin d'une formation ? Sensibilisation à
l'Intelligence Artificielle
Voir le programme détaillé
Classe « Categorical »

Méthode pandas.Categorical.min

Signature de la méthode min

def min(self, *, skipna: 'bool' = True, **kwargs) 

Description

help(Categorical.min)

The minimum value of the object.

Only ordered `Categoricals` have a minimum!

Raises
------
TypeError
    If the `Categorical` is not `ordered`.

Returns
-------
min : the minimum of this `Categorical`, NA value if empty


Vous êtes un professionnel et vous avez besoin d'une formation ? Programmation Python
Les compléments
Voir le programme détaillé