The individuals in this data set are C) Cities
Same idea as last time, but now we're listing cities and their associated weather data.
=============================================
The data set contains B) 4 variables, 2 of which are categorical
The four variables are
- high temp (degrees celsius)
- kind of precipitation
- average wind speed (in km/hr)
- severe weather alert
The two categorical variables are "kind of precipitation" and "severe weather alert". This is because the choices for each of these variables is a list of labels rather than numeric values. We cannot do things like find the average of the kind of precipitation as it doesn't make sense to do so. Each of these categorical variables are also nominal. This means they simply have a label or name. We cannot do things like order the data.