Filter rows in Tables¶
Filter column using Tables.
Documentation¶
Auto generated list version of Filter rows in Table.
In this version, the following ports from the original nodes have been changed to lists which the node loops over:
- Looped Inputs
port0, port1.
- Looped Outputs
port0.
For details see the original node.
Definition¶
- Input ports:
- port0
[table]
Reference Table
- port1
[table]
Value Table
- Output ports:
- port0
[table]
Filtered Table
- Configuration:
- Reference (c0_column)
Select the column in Reference Table, to use as reference column in the comparison.
- Value (c1_column)
Select the column in Value Table, to compare with the reference column.
- Operator (filter_functions)
Output Value rows where
- Use custom filter function (use_custom_predicate)
Use a custom filter (predicate) function to filter.
- Custom filter (predicate_function)
The predicate function to use when filtering.