🏠ModelingBachAPI referenceSeriesall_valuesOn this pagebach.Series.all_valuesall_values()[source]For every row in this Series, do multiple evaluations where all sub-evaluations should be TrueExample: a > b.all() evaluates to True is a > b for all values of b.