Select columns in Table Dataset (Experimental)¶
Select columns from input to propagate to output.
Documentation¶
Select columns to propagate.
Definition¶
Input ports¶
- dataset dataset
Dataset
Output ports¶
- dataset dataset
Dataset
Configuration¶
- Select columns (columns)
Select columns.
Implementation¶
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.
- class node_select_columns_in_table_dataset.SelectColumnsTableDataset[source]