Merge Tables¶
Merge Tables while matching an Index
Documentation¶
Auto generated list version of Merge Table.
In this version, the following ports from the original nodes have been changed to lists which the node loops over:
- Looped Inputs
Input A, Input B.
- Looped Outputs
Output.
For details see the original node.
Definition¶
Input ports¶
- Input A [table]
Input A
- Input B [table]
Input B
Output ports¶
- Output [table]
Output
Configuration¶
- Index column (index)
Column with indices to match
- Join operation (operation)
Column with y values.
Implementation¶
- class node_merge_tables.MergeTables[source]