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> table

Input

Output ports

<unnamed> table

Output

Configuration

Select columns (columns)

Select columns.

Examples

Implementation

class node_select_table_columns.SelectColumnsTable[source]