Chapter 3 Data

We’re going to use data from the Department for Education’s School Workforce Census. This is an annual census of teachers in England that’s collected every November and published in the following July.

We’ll use two CSV (Comma-Separated Values) files that contain simplified versions of the original data. One has data on headcounts and the other has data for hours worked (full-time equivalent, or FTE). You’ll download these to your Project folder, which you set up in the previous chapter.

Activity A2.1: Download the data sets

  1. Get the headcount data set
  2. Unzip the folder and move the CSV file inside to the ‘Data’ subfolder of your Project folder
  3. Repeat steps 1 and 2 for the hours worked (FTE) data