Login
Back to bricks list
Introduction Version

Table column tag aggregator

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

Group data along column tag keys

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

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