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