Determine if all elements of a column are true
Last updated 2 years ago
ALL(series)
series
Returns a boolean indicating whether all elements in a given series are true.
Argument
Description
Series of which to assess.
Outputs true if all values in a series are true, returns false otherwise.