Method: Polars::Expr#rechunk
- Defined in:
- lib/polars/expr.rb
permalink #rechunk ⇒ Expr
Create a single chunk of memory for this Series.
879 880 881 |
# File 'lib/polars/expr.rb', line 879 def rechunk _from_rbexpr(_rbexpr.rechunk) end |