Apply logical OR on two expressions
Description
Combine two boolean expressions with OR.
Usage
<Expr>$or(other)
Arguments
other
|
Element to add. Can be a string (only if expr is a string),
a numeric value or an other expression.
|
Value
A polars expression
Examples
#> [(true) | (false)]
#> [(true) | (true)]