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