Select columns in Table

../../../../_images/select_table_columns1.svg

Select columns from input to propagate to output.

Documentation

There are many situations where you may want to throw away some of the columns of a table. Perhaps the amount of data is large and you want to trim it to increase performance, or perhaps some column was just needed as an intermediary step in some analysis.

Definition

Input ports

<unnamed>
Type: table
Description: Input

Output ports

<unnamed>
Type: table
Description: Output

Configuration

Select columns (columns)

Select columns.

Examples

Example flows demonstrating this node:

The node can be found in:

Implementation

class node_select_table_columns.SelectColumnsTable[source]