polars.Series.any#

Series.any(drop_nulls: bool = True) bool | None[source]#

Check if any boolean value in the column is True.

Returns:
Series

Series of data type Boolean.