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