groupBy - What are the available options for the 'aggregator' parameter in groupBy action?

Réponse

The available options for 'aggregator' are: 'MAX' (maximum value), 'MEAN' (arithmetic mean), 'MIN' (minimum value), 'N' (number of observations), and 'SUM' (sum of nonmissing values). The default is 'SUM'.
Did this answer help you?