krangl / krangl / DataFrame / summarize

summarize

abstract fun summarize(vararg sumRules: ColumnFormula): DataFrame

Creates a summary of a table or a group. The provided expression is expected to evaluate to a scalar value and not into a column. summarise() is typically used on grouped data created by group_by(). The output will have one row for each group.