Method: Polars::Expr#std
- Defined in:
- lib/polars/expr.rb
#std(ddof: 1) ⇒ Expr
Get standard deviation.
1958 1959 1960 |
# File 'lib/polars/expr.rb', line 1958 def std(ddof: 1) _from_rbexpr(_rbexpr.std(ddof)) end |
Get standard deviation.
1958 1959 1960 |
# File 'lib/polars/expr.rb', line 1958 def std(ddof: 1) _from_rbexpr(_rbexpr.std(ddof)) end |