Method: Polars::Expr#round
- Defined in:
- lib/polars/expr.rb
permalink #round(decimals = 0) ⇒ Expr
Round underlying floating point data by decimals
digits.
1179 1180 1181 |
# File 'lib/polars/expr.rb', line 1179 def round(decimals = 0) _from_rbexpr(_rbexpr.round(decimals)) end |