Determine if any elements of a column are true
Last updated 2 years ago
ANY(series)
series
Returns a boolean indicating whether any element in the given series is true.
Argument
Description
Series of which to assess.
Outputs true if any value in series is true, returns false otherwise.