Series.or
Returns the logical OR between Series and other. Supports element wise operations and broadcasting.
danfo.Series.or(other)
Parameters | Type | Description | Default |
---|---|---|---|
other | Series, Scalar, Array of Scalars | Data to compare with |
Return: Series
Logical OR between two Series object
Logical OR between Series and Array of the same length
Logical OR between a Series and single value with broadcasting
Last updated