Login
Back to bricks list
Introduction Version

Table row tag aggregator

TRANSFORMER
Typing name :  TASK.gws_core.TableRowTagAggregator Brick :  gws_core

Aggregate data along row tag keys

Aggregate row of a table by tag values. Provide a list of tag keys and a function to aggregate the rows. The task will group the rows by the tag values and apply the function to the aggregated rows.

Available aggregation functions: sort, mean, median and sum.

⚠️ Multiple tag keys are only supported for sort function ⚠️

Input

Table
2d excel like table

Output

Table
2d excel like table

Configuration

tag_keys

Tags keys to use for data grouping

Type : list

grouping_func

The grouping function. Multiple tags are only supported for 'sort' function.

Type : stringAllowed values : sort  mean  median  sum