Boolean#

Series.all([drop_nulls])

Check if all boolean values in the column are True.

Series.any([drop_nulls])

Check if any boolean value in the column is True.