polars.Series.any# Series.any(drop_nulls: bool = True) → bool | None[source]# Check if any boolean value in the column is True. Returns: SeriesSeries of data type Boolean.