Transpose Tables (deprecated)¶
- 
class node_pivot_table.TransposeTablesDeprecated¶
- EXPERIMENTAL Simple table transpose. - Given a table with two columns, A and B, create a new table with A as column names and B as values. - Inputs: - Input : Table
- Table with column and value information. 
 - Outputs: - Output : Table
- Transposed table