School Holiday Percentages 2023/24
This resource contains the population weighted percentage of Public schools on holiday across GB and for each Local Authority as well as the population multipliers given to each Local Authority.
This resource is constructed using the data which is available from the various local authorities websites on the school holiday periods. As private schools manage their holidays separately, they have been excluded from the dataset for now, but we are looking whether these can be included.
The City of London local authority does not coordinate school holidays as most of the schools there are private. It has been excluded for now but may be included in future if private schools are included.
This data is used as an input into our demand models.
CKAN Data API
Access resource data via a web API with powerful query support.
Further information in the main CKAN Data API and DataStore documentation.
The Data API can be accessed via the following actions of the CKAN action API.
Query example (first 5 results) |
---|
https://api.neso.energy/api/3/action/datastore_search?resource_id=4b640366-af9a-4785-b12f-ff2274e369c0&limit=5
|
Query example (via SQL statement) |
https://api.neso.energy/api/3/action/datastore_search_sql?sql=SELECT * from "4b640366-af9a-4785-b12f-ff2274e369c0" LIMIT 5
|
A simple ajax (JSONP) request to the data API using jQuery.
var data = { resource_id: '4b640366-af9a-4785-b12f-ff2274e369c0', // the resource id limit: 5 // get 5 results }; $.ajax({ url: 'https://api.neso.energy/api/3/action/datastore_search', data: data, dataType: 'jsonp', success: function(data) { alert('Total results found: ' + data.result.total) } });
A simple ajax (JSONP) request to the data API using jQuery.
import urllib2 url = 'https://api.neso.energy/api/3/action/datastore_search?resource_id=4b640366-af9a-4785-b12f-ff2274e369c0&limit=5' fileobj = urllib2.urlopen(url) print fileobj.read()
Data Explorer
Data Explorer
Table Information
Local_Authority
Title | |
---|---|
Type | string |
Description | |
Comment | |
Example | |
Unit |
Multiplier
Title | |
---|---|
Type | any |
Description | |
Comment | |
Example | |
Unit |
Date
Title | |
---|---|
Type | any |
Description | |
Comment | |
Example | |
Unit |
School_Holiday
Title | |
---|---|
Type | any |
Description | |
Comment | |
Example | |
Unit |