Table row tag aggregator
Aggregate data along row tag keys
Aggregate row of a table by tag values. Provide a list of tag keys and a function to aggregate the rows. The task will group the rows by the tag values and apply the function to the aggregated rows.
Available aggregation functions: sort
, mean
, median
and sum
.
⚠️ Multiple tag keys are only supported for sort
function ⚠️
Input
Table
2d excel like table
Output
Table
2d excel like table
Configuration
tag_keys
Tags keys to use for data grouping
list
grouping_func
The grouping function. Multiple tags are only supported for 'sort' function.
string
sort
mean
median
sum