Select columns in Tables

../../../../../_images/select_table_columns.svg

Auto generated list version of Select columns in Table.

In this version, the following ports from the original nodes have been changed to lists which the node loops over:

Looped Inputs:port-index:0.
Looped Outputs:port-index:0.

For details see the original node.

Input ports:
<unnamed>:

[table]

Input

Output ports:
<unnamed>:

[table]

Output

Configuration:
Select columns (columns)
Select columns.

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.

If you want to remove columns from a Table the standard libray has two nodes (plus two list variants) for doing that. The node Select columns in Table will let you select what columns to keep in a gui, while the node Select columns in Table with Table instead takes a second input table with a filter column containing the names of all the columns that should be kept (if complement is disabled) or all the columns that should be thrown away (if complement is enabled).

class node_select_table_columns.SelectColumnsTables[source]