Pivot Table¶
- 
class node_pivot_table.PivotTable[source]¶
- Inputs: - Input : table
- Input Table 
 - Outputs: - Output : table
- Output Table 
 - Configuration: - Index column
- Column that contains a unique identifier for each new row 
- Column names column
- Column that contains the new column names 
- Value column
- Column that contains the new values 
- Use zeros/empty strings instead of masks
- 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.