Functions
Parameters:
Name | Type | Default value | Description |
---|---|---|---|
table | Table | ||
keys | List | ||
tag_key_row_name | str |
Return type:
Table |
Create new column for each column and tags combinaison
Parameters:
Name | Type | Default value | Description |
---|---|---|---|
table | Table | Table to unfold | |
keys | List | The tag keys str | |
tag_key_column_name | str | Name for the column tag key that receives the column name |
Return type:
Table |