Apply logical AND on two expressions
Description
Combine two boolean expressions with AND.
Usage
<Expr>$and(other)
Arguments
other
|
numeric or string value; accepts expression input. |
Value
Expr
Examples
#> polars Expr: [(true) & (true)]
#> polars Expr: [(true) & (true)]