Publication dateMar 9, 2022
Confidentiality public Public
Table column aggregator
TRANSFORMER
Typing name : TASK.gws_core.TableColumnAggregator Brick : gws_core Aggregate the table along the column axis
Transformer to aggregate the numerical values of table along the column axis.
Available aggregation functions: mean
, std
, var
, min
, max
, median
and sum
.
login
Input
Table
2d excel like table
logout
Output
Table
2d excel like table
settings
Configuration
Function applied to aggregate values along the columns
Type : string
Allowed values : mean
std
var
min
max
median
sum
If True, skip NaN values when aggregating. If False the result is NaN if one value is NaN.
Type : bool
Default value : true
Technical bricks to reuse or customize
Have you developed a brick?
Share it to accelerate projects for the entire community.