Method: Polars::Expr#reshape
- Defined in:
- lib/polars/expr.rb
permalink #reshape(dims) ⇒ Expr
Reshape this Expr to a flat Series or a Series of Lists.
6413 6414 6415 |
# File 'lib/polars/expr.rb', line 6413 def reshape(dims) _from_rbexpr(_rbexpr.reshape(dims)) end |