Boolean#

Series.all(*[, ignore_nulls])

Return whether all values in the column are True.

Series.any(*[, ignore_nulls])

Return whether any of the values in the column are True.

Series.not_()

Negate a boolean Series.