pandas dataframe vérifie les valeurs plus qu'un nombre
In [36]: (s > 1).any()
Out[36]: True
Thankful Tarsier
In [36]: (s > 1).any()
Out[36]: True