Transpose Tables¶
Documentation¶
Auto generated list version of Transpose Table.
In this version, the following ports from the original nodes have been changed to lists which the node loops over:
- Looped Inputs
input.
- Looped Outputs
output.
For details see the original node.
Definition¶
Input ports¶
- input [table]
The Table to transpose
Output ports¶
- output [table]
The transposed Table
Configuration¶
- Column names column (columns)
Column that contains the new column names
- Use selected column as column names (reverse_col_names)
Use the selected column from input table as column names in the transposed table, and discarding the selected column from the transpose.
- Column names as first column (use_col_names)
Set column names from the input table as the first column in the transposed table
Implementation¶
- class node_pivot_table.TransposeTablesNew[source]