Arbor
Arbor docs

aggregateTableByColumnInParameterTable : function


collection: base


Overview

Roll up the values of a table’s rows according to discrete values in a selected “groupBy” column that comes from a table. The number of output rows in the table will be equal to the number of discrete values in the groupBy column. The values in the other columns will be the average of the values of all rows which belonged to this group from the input table. Therefore, this is a simple aggregation by one column.

Example

Arguments

Outputs

References