Method: Polars::Expr#lt
- Defined in:
- lib/polars/expr.rb
permalink #lt(other) ⇒ Expr
Method equivalent of "less than" operator expr < other
.
3362 3363 3364 |
# File 'lib/polars/expr.rb', line 3362 def lt(other) self < other end |
Method equivalent of "less than" operator expr < other
.
3362 3363 3364 |
# File 'lib/polars/expr.rb', line 3362 def lt(other) self < other end |