Back to bricks list
Introduction
Getting Started
Developer guide
Release
Architecture
CLI
Technical documentations
Version

TableTagAggregatorHelper

Helper to aggregate table rows or columns base on table tags

Functions
AGGREGATE_BY_COLUMN_TAGS - @classmethod

Group data along a list of column tag keys

table : Table
keys : List
func : Literal - mean
Return type : Table
AGGREGATE_BY_ROW_TAGS - @classmethod

Aggregtor data along a list of row tag keys

table : Table
keys : List
func : Literal - mean
Return type : Table
SORT_BY_COLUMN_TAGS - @classmethod
table : Table
keys : List
Return type : Table
SORT_BY_ROW_TAGS - @classmethod
table : Table
keys : List
Return type : Table