Match Tables lengths¶
Ensure that two Tables match (i.e. have the same number of rows) by adding or removing rows in one of them.
Documentation¶
Auto generated list version of Match Table lengths.
In this version, the following ports from the original nodes have been changed to lists which the node loops over:
- Looped Inputs
guide, input.
- Looped Outputs
output.
For details see the original node.
Definition¶
Input ports¶
- guide [table]
Guide
- input [table]
Input Table
Output ports¶
- output [table]
Length matched Table
Configuration¶
- Extend values (fill)
Specify the values to use if the input has to be extended.
Implementation¶
- class node_match_tables.MatchTwoTablesMultiple[source]