ANY

Determine if any elements of a column are true

ANY(series)

Returns a boolean indicating whether any element in the given series is true.

Arguments

Argument

Description

series

Series of which to assess.

Output

Outputs true if any value in series is true, returns false otherwise.

Example

Last updated