World Bank World Development Indicators (WDI) -- full bulk ingest. Source: https://datatopics.worldbank.org/world-development-indicators/ License: CC BY 4.0 Coverage: ~1,400 indicators × 260+ countries, 1960-present Downloads the official WDI bulk CSV ZIP from the World Bank data API, parses the…
World Bank, World Development Indicators. Retrieved from https://data.worldbank.org. Compiled and redistributed by the Elkassabgi Data Library.
Processing: Retrieved from the official source, normalized to a long {series_key, obs_date, value} schema (period-start dates), de-duplicated, and stored as zstd Parquet. Compiled and redistributed by the Elkassabgi Data Library.
World Bank World Development Indicators (WDI) -- full bulk ingest. Source: https://datatopics.worldbank.org/world-development-indicators/ License: CC BY 4.0 Coverage: ~1,400 indicators × 260+ countries, 1960-present Downloads the official WDI bulk CSV ZIP from the World Bank data API, parses the wide-format WDICSV.csv into long format, and writes one Parquet file per indicator batch (to avoid millions of tiny files). series_key format: WDI:{IndicatorCode}:{CountryCode} e.g. WDI:NY.GDP.MKTP.KD:USA Output: data/clean_full/worldbank_wdi/ worldbank_wdi.parquet (all indicators concatenated) OR one parquet per indicator if total > 100M rows Run: python jobs/ingest_worldbank_wdi.py
{
"@context": "https://schema.org/",
"@type": "Dataset",
"name": "The World Bank — World Development Indicators (WDI)",
"description": "World Development Indicators — economy, people, environment and infrastructure for all countries. The World Bank. 1,486 series, 1960–2025. Free download.",
"url": "https://econdatalibrary.com/worldbank_wdi",
"identifier": "worldbank_wdi",
"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": "The World Bank",
"url": "https://datatopics.worldbank.org/world-development-indicators/"
},
"license": "https://creativecommons.org/licenses/by/4.0/",
"keywords": [
"Development Indicators",
"Macroeconomics",
"worldbank_wdi"
],
"temporalCoverage": "1960-12-31/2025-12-31",
"repeatFrequency": "P1Y",
"creditText": "Source: The World Bank, World Development Indicators. Licence: CC BY 4.0.",
"citation": "World Bank, World Development Indicators. Retrieved from https://data.worldbank.org. Compiled and redistributed by the Elkassabgi Data Library.",
"sameAs": [
"https://huggingface.co/datasets/econdatalibrary-worldbank_wdi",
"https://zenodo.org/communities/econdatalibrary"
],
"distribution": [
{
"@type": "DataDownload",
"name": "worldbank_wdi — CSV",
"encodingFormat": "text/csv",
"contentUrl": "https://econdatalibrary.com/download.html?source=worldbank_wdi",
"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": "worldbank_wdi",
"description": "World Development Indicators — economy, people, environment and infrastructure for all countries. The World Bank. 1,486 series, 1960–2025. Free download.",
"url": "https://econdatalibrary.com/worldbank_wdi",
"creator": {
"@type": "sc:Organization",
"name": "The World Bank",
"url": "https://datatopics.worldbank.org/world-development-indicators/"
},
"publisher": {
"@type": "sc:Organization",
"name": "Econ Data Library",
"url": "https://econdatalibrary.com"
},
"license": "https://creativecommons.org/licenses/by/4.0/",
"keywords": [
"Development Indicators",
"Macroeconomics"
],
"temporalCoverage": "1960-12-31/2025-12-31",
"citation": "World Bank, World Development Indicators. Retrieved from https://data.worldbank.org. Compiled and redistributed by the Elkassabgi Data Library.",
"distribution": [
{
"@type": "cr:FileObject",
"@id": "worldbank_wdi-csv",
"name": "worldbank_wdi-csv",
"description": "Per-series CSV, downloadable with a free API key.",
"contentUrl": "https://econdatalibrary.com/download.html?source=worldbank_wdi",
"encodingFormat": "text/csv"
}
]
}