Home

Awesome

Analysis of Ofsted children's homes inspections, 2017-18 inspection year

This repository contains data, Python code, and findings relevant to BuzzFeed News's analysis of children's home inspection data from the UK's Office for Standards in Education, Children's Services and Skills ("Ofsted").

For important context, please see these two related BuzzFeed News articles:

Table Of Contents

Input Data

Inspection results

The main inputs two spreadsheets in Ofsted's "Children's social care data in England 2018" release, published 19 July 2018. Specifically, these two files:

Notes

Provider ownership

The files above do not contain information about private-sector providers' ownership. However, other Ofsted datasets — such as those published here and here, do contain such information. The ownerships listed in those publications accounted for most of the private-sector children's homes. BuzzFeed News collected the ownership information for the remaining homes — generally those opened recently and those no longer active — from individual inspection PDFs on Ofsted's website.

BuzzFeed News combined those two sources of ownership information into a single spreadsheet — inputs/private-sector-ownerships.csv — that links private-sector children's homes to ownership information, and indicates whether the ownership information was derived from Ofsted's own spreadsheets or BuzzFeed News research.

Analysis

The 00-analyze-ofsted-data notebook contains the following analyses (and the Python code underlying them):

Main analysis

The main analysis begins with the "as at 31 March 2018" data described above, and then takes the following steps:

Results

Additional analyses

The 00-analyze-ofsted-data also includes two additional analyses, which are very similar to the analysis above, but take slightly different approaches.

The first of the alternative analyses uses the most recent full inspection conducted during the 2017-18 inspection year (1 April 2017 - 31 March 2018), for each provider. This approach, unlike the “as at” analysis, includes homes that were inspected in the 2017-18 inspection year but that are no longer registered. Conversely, it excludes homes that either did not have an inspection in the 2017-18 inspection year, or for which the inspection was not published until after 30 April 2018. Results:

The second alternative analysis calculates the proportion of homes that received at least one subpar rating among its full inspections in inspection year 2017-18. Results:

Reproducibility

To reproduce the findings, you'll need to do the following:

Licensing

All code in this repository is available under the MIT License. The inputs/private-sector-ownerships.csv file is available under the Creative Commons Attribution 4.0 International (CC BY 4.0) license. All other data files come directly from Ofsted and are subject to Ofsted's terms.

Feedback / Questions?

Contact Jeremy Singer-Vine at jeremy.singer-vine@buzzfeed.com.

Looking for more from BuzzFeed News? Click here for a list of our open-sourced projects, data, and code.