Grouping#
  | 
Compute aggregates and returns the result as a   | 
  | 
It is an alias of   | 
  | 
Maps each group of the current   | 
  | 
Maps each group of the current   | 
  | 
Applies the given function to each group of data, while maintaining a user-defined per-group state.  | 
  | 
Computes average values for each numeric columns for each group.  | 
  | 
Cogroups this group with another group so that we can run cogrouped operations.  | 
Counts the number of records for each group.  | 
|
  | 
Computes the max value for each numeric columns for each group.  | 
  | 
Computes average values for each numeric columns for each group.  | 
  | 
Computes the min value for each numeric column for each group.  | 
  | 
Pivots a column of the current   | 
  | 
Computes the sum for each numeric columns for each group.  | 
  | 
Applies a function to each cogroup using Arrow and returns the result as a DataFrame.  | 
  | 
Applies a function to each cogroup using pandas and returns the result as a DataFrame.  |