Series.ne
Check if all values in a series is not equal to a value(s)
danfo.Series.ne(other)
Parameters
Type
Description
Default
other
Series, Array or number
value to compare with
Returns: Series (Boolean element)
Example
Compare all the values in a series to that in another series
Compare all the values in a Series to a value.
Last updated
Was this helpful?