Select columns in Table¶
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: tableDescription: Input
Output ports¶
- <unnamed>
Type: tableDescription: 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]