Login
Introduction
Technical Documentation
Tasks
Version

Table aggregator

Deprecated TRANSFORMER
Deprecated since the version : 0.3.14
Use TableColumnAggregator or TableRowAggregator instead
Typing name :  TASK.gws_core.TableAggregator Brick :  gws_core v Parent : 

Aggregate the table along an axis

Transformer to aggregate the numerical values of table along an 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

direction

Aggregation direction

Type : stringAllowed values : horizontal  vertical 

function

Function applied to aggregate values along a direction

Type : stringAllowed values : mean  std  var  min  max  median  sum 

skip_nan

Optional

Set True to skip NaN (Not-a-Number) values, False otherwise

Type : boolDefault value : true