Menu
Introduction
Getting Started
Developer guide
Release
Architecture
CLI
Technical documentations
Version
Publication date

Mar 9, 2022

Confidentiality
Public
Reactions
1
Share

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
Shine Logo
Technical bricks to reuse or customize

Have you developed a brick?

Share it to accelerate projects for the entire community.