.. _`Transpose Tables`: .. _`org.sysess.sympathy.data.table.transposetablesnew`: Transpose Tables ~~~~~~~~~~~~~~~~ .. image:: pivot_table.svg :width: 48 Auto generated list version of :ref:`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. *Input ports*: :input: [table] The Table to transpose *Output ports*: :output: [table] The transposed Table *Configuration*: **Column names as first column** (use_col_names) Set column names from the input table as the first column in the transposed table **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 column** (columns) Column that contains the new column names .. automodule:: node_pivot_table .. class:: TransposeTablesNew