Method: Polars::Expr#ge
- Defined in:
- lib/polars/expr.rb
permalink #ge(other) ⇒ Expr
Method equivalent of "greater than or equal" operator expr >= other
.
3263 3264 3265 |
# File 'lib/polars/expr.rb', line 3263 def ge(other) self >= other end |