Method: Polars::Expr#ceil
- Defined in:
- lib/polars/expr.rb
#ceil ⇒ Expr
Rounds up to the nearest integer value.
Only works on floating point Series.
1145 1146 1147 |
# File 'lib/polars/expr.rb', line 1145 def ceil wrap_expr(_rbexpr.ceil) end |