Check if all values of DataFrame are True
How can I check if all values of a polars DataFrame, containing only boolean columns, are True?
Example df
:
How can I check if all values of a polars DataFrame, containing only boolean columns, are True?
Example df
: