ONS UK (Office for National Statistics) full ingest. License: Open Government Licence v3.0 (OGL) Source: ONS API — https://api.beta.ons.gov.uk/v1/ No API key required. Strategy: * List all datasets from /v1/datasets * For each dataset: fetch the latest version CSV or observations * One Parquet per…
ONS UK (Office for National Statistics) full ingest. License: Open Government Licence v3.0 (OGL) Source: ONS API — https://api.beta.ons.gov.uk/v1/ No API key required. Strategy: * List all datasets from /v1/datasets * For each dataset: fetch the latest version CSV or observations * One Parquet per dataset; fully resumable Run: python jobs/ingest_ons_uk.py python jobs/ingest_ons_uk.py --only cpih01,lfst01
{
"@context": "https://schema.org/",
"@type": "Dataset",
"name": "Office for National Statistics (ONS), United Kingdom",
"description": "Local authority ageing statistics, based on annual mid-year population estimates. ONS. 42 series, from 1977. Free download.",
"url": "https://econdatalibrary.com/ons_uk",
"identifier": "ons_uk",
"isAccessibleForFree": true,
"publisher": {
"@type": "Organization",
"name": "Econ Data Library",
"url": "https://econdatalibrary.com"
},
"includedInDataCatalog": {
"@type": "DataCatalog",
"@id": "https://econdatalibrary.com/#catalog",
"name": "Econ Data Library",
"url": "https://econdatalibrary.com/catalog"
},
"creator": {
"@type": "Organization",
"name": "Office for National Statistics, United Kingdom",
"alternateName": "ONS",
"url": "https://www.ons.gov.uk"
},
"license": "https://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
"keywords": [
"Macroeconomics",
"ons_uk"
],
"temporalCoverage": "1977-12-31/..",
"creditText": "Source: Office for National Statistics licensed under the Open Government Licence v3.0",
"sameAs": [
"https://huggingface.co/datasets/econdatalibrary-ons_uk",
"https://zenodo.org/communities/econdatalibrary"
],
"distribution": [
{
"@type": "DataDownload",
"name": "ons_uk — CSV",
"encodingFormat": "text/csv",
"contentUrl": "https://econdatalibrary.com/download.html?source=ons_uk",
"license": "https://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/"
}
]
}{
"@context": {
"@language": "en",
"@vocab": "https://schema.org/",
"cr": "http://mlcommons.org/croissant/",
"data": {
"@id": "cr:data",
"@type": "@json"
},
"dataType": {
"@id": "cr:dataType",
"@type": "@vocab"
},
"sc": "https://schema.org/",
"conformsTo": "dct:conformsTo",
"dct": "http://purl.org/dc/terms/"
},
"@type": "sc:Dataset",
"conformsTo": "http://mlcommons.org/croissant/1.0",
"name": "ons_uk",
"description": "Local authority ageing statistics, based on annual mid-year population estimates. ONS. 42 series, from 1977. Free download.",
"url": "https://econdatalibrary.com/ons_uk",
"creator": {
"@type": "sc:Organization",
"name": "Office for National Statistics, United Kingdom",
"alternateName": "ONS",
"url": "https://www.ons.gov.uk"
},
"publisher": {
"@type": "sc:Organization",
"name": "Econ Data Library",
"url": "https://econdatalibrary.com"
},
"license": "https://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
"keywords": [
"Macroeconomics"
],
"distribution": [
{
"@type": "cr:FileObject",
"@id": "ons_uk-csv",
"name": "ons_uk-csv",
"description": "Per-series CSV, downloadable with a free API key.",
"contentUrl": "https://econdatalibrary.com/download.html?source=ons_uk",
"encodingFormat": "text/csv"
}
]
}