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