In the previous recipe, Creating and using sets, we created a set to divide years into the ones with above average and the ones with below average employment. We did this by hardcoding the average value in the definition of our set. But, what if we wanted to make visualizations where we can input different values ourselves, so our visualization changes dynamically when we change the value? We can easily achieve this using parameters. Let's create a set where we can dynamically change the value that defines the set.
Creating and using parameters
Getting ready
We will use the Unemployment_rates_1990-2016.csv dataset, so make sure you are connected to it, and open a new blank worksheet.