Exercise
We’re working with the NATION and REGION datasets and you want to get the result shown below. We end up with eleven rows and used nine tools to get the result.
- We start by combining the NATION and REGION datasets.
- We use a Manual Input tool to create a new small dataset. It contains two rows in a column called filter (EUROPE and AMERICA). We attach this and use a Filter to ensure that all our rows are either in Europe or America.
- We use a second Manual Input tool to create a new small dataset. It contains one rows with two columns country (value = DENMARK) and region (value = EUROPE). We put this dataset on top of the original combined NATION+REGION dataset.