TableUnfolderHelper
Functions
unfold_by_columns
Create new row for each row and columns combinaison Then it tags the row with the original row name
table :
Table table to unfold
columns :
list The columns reference to unfold by
tag_key_column_original_name :
str - column_original_name Return type :
Table unfold_by_rows
Create new column for each column and rows combinaison Then it tags the column with the original column name
table :
Table table to unfold
rows :
list The rows reference to unfold by
tag_key_row_original_name :
str - row_original_name Return type :
Table unfold_columns_by_tags @classmethod
Create new row for each row and tags combinaison Then it tags the row with the original row name
table :
Table table to unfold
keys :
list The tag keys
tag_key_row_original_name :
str - row_original_name Return type :
Table unfold_rows_by_tags @classmethod
Create new column for each column and tags combinaison Then it tags the column with the original column name
table :
Table table to unfold
keys :
list The tag keys
tag_key_column_original_name :
str - column_original_name Return type :
Table