Publication dateMar 9, 2022
Confidentiality public Public
Table row aggregator filter
TRANSFORMER
Typing name : TASK.gws_core.TableRowAggregatorFilter Brick : gws_core Filters the table rows based aggregation value
Filter the table rows using comparator on the aggregation of the values of the rows.
For example with this you can keep only the rows with a mean value greater than 0.5.
The returns table is the originial table with the rows filtered (not the aggregated table).
Supported aggregation functions: mean, std, var, min, max, median and sum.
Supported comparators: >, <, >=, <=, ==, !=.
login
Input
Table
2d excel like table
logout
Output
Table
2d excel like table
settings
Configuration
aggregation_filter
Optional
Filter axis validating a numeric criterion after aggregation
Type : ListMaximum occurrences number : 3Function applied on the rows
Type : stringAllowed values : mean std var min max median sum Comparator
Type : stringAllowed values : = != >= <= > < Technical bricks to reuse or customize
Have you developed a brick?
Share it to accelerate projects for the entire community.