Publication dateMar 9, 2022
Confidentiality public Public
Table column aggregator filter
TRANSFORMER
Typing name : TASK.gws_core.TableColumnAggregatorFilter Brick : gws_core Filters the table columns based aggregation value
Filter the table columns using comparator on the aggregation of the values of the columns.
For example with this you can keep only the columns with a mean value greater than 0.5.
The returns table is the originial table with the columns 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 columns
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.