Group by columns

Description

With this transformation, you can group rows together based on a set of columns and aggregate the values of other columns.

Parameters

  • group_by_columns

  • aggregated_columns

    • Options: count, max, min, sum, avg

Syntax for aggregated_columns is COLUMN_NAME + "KUWALA_AGG" + COLUMN_AGG.

Last updated