Determine if all elements of a column are true
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.
Last updated 3 years ago
Was this helpful?