Series.le
Check if all the values in a series is less than or equal to a value
Last updated
Check if all the values in a series is less than or equal to a value
Last updated
danfo.Series.le(other)
Parameters | Type | Description | Default |
---|---|---|---|
Returns: Series (Boolean Element)
Example
Check if all the values in a series are less than or equal to a value
check if all the values in a series are less than equal to values in another series.
other
Series, Array or number
value(s) to compare