Boolean#

Series.all()

Check if all boolean values in the column are True.

Series.any()

Check if any boolean value in the column is True.