Transpose Tables

../../../../../_images/pivot_table.svg

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.

Ports:

Inputs:

input:

[table]

The Table to transpose

Outputs:

output:

[table]

The transposed Table

Configuration:

use_col_names
Set column names from the input table as the first column in the transposed table
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.
columns
Column that contains the new column names
class node_pivot_table.TransposeTablesNew