Series.le
Check if all the values in a series is less than or equal to a value
danfo.Series.le(other)
Parameters
Type
Description
Default
other
Series, Array or number
value(s) to compare
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.
Last updated
Was this helpful?