Method: Polars::Expr#upper_bound
- Defined in:
- lib/polars/expr.rb
#upper_bound ⇒ Expr
Calculate the upper bound.
Returns a unit Series with the highest value possible for the dtype of this expression.
6103 6104 6105 |
# File 'lib/polars/expr.rb', line 6103 def upper_bound _from_rbexpr(_rbexpr.upper_bound) end |