Gapminder open data — systema globalis (615 indicators × 200+ countries). License: CC BY 4.0 Source: https://github.com/open-numbers/ddf--gapminder--systema_globalis No API key required (public GitHub). Strategy: * List all datapoint CSV files in the repo via GitHub API * Download each: geo, time,…
Gapminder open data — systema globalis (615 indicators × 200+ countries). License: CC BY 4.0 Source: https://github.com/open-numbers/ddf--gapminder--systema_globalis No API key required (public GitHub). Strategy: * List all datapoint CSV files in the repo via GitHub API * Download each: geo, time, {indicator} columns * Long-format Parquet: series_key = {indicator}:{geo_code} Run: python jobs/ingest_gapminder.py
{
"@context": "https://schema.org/",
"@type": "Dataset",
"name": "Gapminder Foundation",
"description": "Long-run harmonised development indicators by country — health, demography, employment and economy. Gapminder Foundation. 86,684 series. Free download.",
"url": "https://econdatalibrary.com/gapminder",
"identifier": "gapminder",
"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": "Gapminder Foundation",
"url": "https://www.gapminder.org/"
},
"license": "https://creativecommons.org/licenses/by/4.0/",
"keywords": [
"Development Indicators",
"gapminder"
],
"creditText": "Gapminder",
"sameAs": [
"https://huggingface.co/datasets/econdatalibrary-gapminder",
"https://zenodo.org/communities/econdatalibrary"
],
"distribution": [
{
"@type": "DataDownload",
"name": "gapminder — CSV",
"encodingFormat": "text/csv",
"contentUrl": "https://econdatalibrary.com/download.html?source=gapminder",
"license": "https://creativecommons.org/licenses/by/4.0/"
}
]
}{
"@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": "gapminder",
"description": "Long-run harmonised development indicators by country — health, demography, employment and economy. Gapminder Foundation. 86,684 series. Free download.",
"url": "https://econdatalibrary.com/gapminder",
"creator": {
"@type": "sc:Organization",
"name": "Gapminder Foundation",
"url": "https://www.gapminder.org/"
},
"publisher": {
"@type": "sc:Organization",
"name": "Econ Data Library",
"url": "https://econdatalibrary.com"
},
"license": "https://creativecommons.org/licenses/by/4.0/",
"keywords": [
"Development Indicators"
],
"distribution": [
{
"@type": "cr:FileObject",
"@id": "gapminder-csv",
"name": "gapminder-csv",
"description": "Per-series CSV, downloadable with a free API key.",
"contentUrl": "https://econdatalibrary.com/download.html?source=gapminder",
"encodingFormat": "text/csv"
}
]
}