Back to bricks list
Introduction
Technical Documentation
Tasks
Table column aggregator
Version

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.

Input

Table
2d excel like table

Output

Table
2d excel like table

Configuration

function

Function applied to aggregate values along the columns

Type : string

skip_nan

Optional

If True, skip NaN values when aggregating. If False the result is NaN if one value is NaN.

Type : boolDefault value : true