Method: Polars::Expr#lower_bound
- Defined in:
- lib/polars/expr.rb
permalink #lower_bound ⇒ Expr
Calculate the lower bound.
Returns a unit Series with the lowest value possible for the dtype of this expression.
6080 6081 6082 |
# File 'lib/polars/expr.rb', line 6080 def lower_bound _from_rbexpr(_rbexpr.lower_bound) end |