Method: Polars::Expr#le
- Defined in:
- lib/polars/expr.rb
#le(other) ⇒ Expr
Method equivalent of "less than or equal" operator expr <= other.
3967 3968 3969 |
# File 'lib/polars/expr.rb', line 3967 def le(other) self <= other end |
Method equivalent of "less than or equal" operator expr <= other.
3967 3968 3969 |
# File 'lib/polars/expr.rb', line 3967 def le(other) self <= other end |