Table Transposer

Transposes the entire input table by swapping rows and columns. The new column names are provided by the former (old) RowIDs and the new row identifiers are the former (old) column names. The new column type is the most specific base type and applies to all cells in one row.

Options

Chunk size configuration
  • Automatic: Use a dynamic chunk size that adapts to the current memory available. The number of columns read will be maximized for performance.
  • Manual: Manually specify the number of columns read during one iteration over the table. Larger chunk sizes lead to more memory consumption, but yield faster execution time.
Columns per chunk
The number of columns read during one iteration over the table. Increasing this value yields faster execution time, but also increases memory consumption.

Input Ports

Icon
Input data to transpose

Output Ports

Icon
Table transposed by swapping rows and columns

Popular Successors

Views

This node has no views

Workflows

Links

Developers

You want to see the source code for this node? Click the following button and we’ll use our super-powers to find it for you.