You could use any
method to check if that condition is True
at least for the one value:
In [36]: (s > 1).any()
Out[36]: True
You could use any
method to check if that condition is True
at least for the one value:
In [36]: (s > 1).any()
Out[36]: True