Method: Polars::Expr#agg_groups
- Defined in:
- lib/polars/expr.rb
#agg_groups ⇒ Expr
Get the group indexes of the group by operation.
Should be used in aggregation context only.
738 739 740 |
# File 'lib/polars/expr.rb', line 738 def agg_groups wrap_expr(_rbexpr.agg_groups) end |