Series.eq
Check all the values in a series is equal to another value
danfo.Series.eq(other)
Returns: Series (Boolean element)
Examples
Compare all the values in a series to another series
Check it all the values are equal to a value
Last updated
Check all the values in a series is equal to another value
danfo.Series.eq(other)
Returns: Series (Boolean element)
Examples
Compare all the values in a series to another series
Check it all the values are equal to a value
Last updated
Parameters | Type | Description | Default |
---|---|---|---|
other
Series, Array or number
value to compare