Category: Transform / Filters
This action filters a dataset based on selected values in a specified column. The action can be set to either keep the rows or remove them.
Setting | Description |
---|---|
Filter column | Select the column containing the values to be used for filtering. |
Keep/Remove columns | Select whether to keep the rows containing the selected values or remove them. Select the individual values to keep/remove from the list at the bottom of the settings pane. Options: Keep only selected values or Remove selected values. |
This action keeps or removes rows containing selected whole values in a single column and does not support partial matches or multiple columns.
The choice to use keep vs. remove depends on how you want to handle new values that are introduced in the dataset. If you select specific values to keep, the new values will not appear in the dataset. If you select specific values to remove, the new values will appear in the dataset.
Output a dataset showing only rivers in North and South America.
River | Length (km) | Continent |
---|---|---|
Nile | 6650 | Africa |
Amazon | 6400 | South America |
Yangtze | 6300 | Asia |
Mississippi | 6275 | North America |
Yenisei | 5539 | Asia |
Yellow River | 5464 | Asia |
Ob | 5410 | Asia |
ParanĂ¡ | 4880 | South America |
River | Length (km) | Continent |
---|---|---|
Amazon | 6400 | South America |
Mississippi | 6275 | North America |
ParanĂ¡ | 4880 | South America |
Column: Continent
Filtering mode: Keep only selected values
Values selected: South America, North America