Pivot Table

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

Definition

Input ports

Input
Type: table
Description: Input Table

Output ports

Output
Type: table
Description: Output Table

Configuration

Column names column (columns)

Column that contains the new column names

Include index column (include_index)

Include a column with the index of each row.

Index column (index)

Column that contains a unique identifier for each new row

Use zeros/empty strings instead of masks (nomasks)

When unchecked any positions in the output which arn’t mentioned in the input will be masked. When checked such positions are instead assigned a zero value, an empty string, or some other value depending on the type of the values column.

Value column (values)

Column that contains the new values

Examples

Example flows demonstrating this node:

The node can be found in:

Implementation

class node_pivot_table.PivotTable[source]