count number of true's pandas code example Example: python how to count number of true true_count = sum(a_boolean_list)