A quick recap of data types
Data is categorical or numerical, and numerical data is discrete or continuous.
Before organising data into bigger tables, make sure the data types are clear — they decide which table to use.
- Categorical data uses words or groups, such as favourite sport or eye colour.
- Numerical data is made of numbers. It splits again into two kinds.
- Discrete data is counted in separate steps — number of siblings, goals scored.
- Continuous data is measured and can take any value — height, mass, time.
This matters because continuous data almost always needs to be grouped — you cannot have a separate row for every possible height. That is exactly what a grouped frequency table is for, and it is the first new idea this year.
- Categorical data uses words; numerical data uses numbers.
- Discrete data is counted; continuous data is measured.
- Continuous data usually needs to be grouped.
- The data type decides which kind of table to use.