Select rows in Tables¶
Reduction of rows in Table according to specified filter.
Documentation¶
Auto generated list version of Select 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
Input.
- Looped Outputs
Output.
For details see the original node.
Definition¶
Input ports¶
- Input [table]
Input
Output ports¶
- Output [table]
Output
Configuration¶
- Columns to filter (columns)
Select columns for comparison relation
- Filter constraint (constraint)
Specify constraint value for comparison relation
- Constraint must be satisfied in (exist)
Constraint must be satisfied in: Any selected column or All selected columns.
- Preview rows (limit)
Rows to display
- Custom filter (predicate)
Write a custom filter as a Python lambda function
- Relation (relation)
Select comparison operator for relation
- Use custom filter (use_custom_predicate)
Select to use custom filter
Implementation¶
- class node_select_table_rows.SelectTablesRows[source]