Filter rows in Tables

../../../../_images/filter.svg

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 reference column from the Reference Table.

Value (c1_column)

Select value column from the Value Table.

Operator (filter_functions)

Predefined conditional operator.

Custom filter (predicate_function)

Conditional operator defined as a lambda function

Use custom filter function (use_custom_predicate)

Use custom filter instead of predefined operator.

Implementation

class node_table_filter.ColumnFilterTables[source]