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