Select columns
Last updated
Last updated
The Select columns step keeps or removes whichever columns you choose from your dataset.
In our input data below, there are five columns: "Product", "Color", "Size", "Quantity" and "Total".
After using the Select columns, it produces an output of the two columns selected to keep: "Product" and "Size".
Pick the dataset, then select from "Select Action" dropdown the Keep columns or Remove columns options,
then in "Columns" add the list columns name or indexes per order separated by comma. Example: col1,col4,col3... or 0,4,3...