Menu
Introduction
Getting Started
Developer guide
Release
Architecture
CLI
Technical documentations
Version
Publication date

Mar 9, 2022

Confidentiality
Public
Reactions
1
Share

Table row tag aggregator

TRANSFORMER
2 times
100 %
370 milliseconds
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
Shine Logo
Technical bricks to reuse or customize

Have you developed a brick?

Share it to accelerate projects for the entire community.