Checking status…
Catalog / The World Bank — World Development Indicators (WDI)
worldbank_wdi

The World Bank — World Development Indicators (WDI)

Open · redistributedCreative Commons Attribution 4.0 (CC BY 4.0)Development IndicatorsMacroeconomics

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…

Redistributable. This source is served as canonical Parquet under the license below, with attribution and provenance preserved.

Coverage

Series catalogued
1,486
Temporal coverage
1960-12-31 – 2025-12-31
Frequencies
Annual
Categories
Development Indicators, Macroeconomics
Measured observations
8,894,931

Licensing & provenance

License
Creative Commons Attribution 4.0 (CC BY 4.0)
License URL
https://creativecommons.org/licenses/by/4.0/
Required attribution
Source: The World Bank, World Development Indicators. Licence: CC BY 4.0.
Redistribution
Permitted (served here)
Commercial use
Yes
Modification
Permitted
Provider homepage
https://datatopics.worldbank.org/world-development-indicators/
Provider terms
https://www.worldbank.org/en/about/legal/terms-of-use-for-datasets

How to cite

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.

Access & mirrors

Download
Select & download worldbank_wdi series as CSV →
API
Get a free API key, then GET /v1/series/<id>.csv
Canonical landing
https://econdatalibrary.com/worldbank_wdi
Update cadence
quarterly
Automated refresh
live — this database is on the daily update run
Update strategy
bulk snapshot if changed
Storage layout
single zstd parquet data/clean_full/worldbank_wdi/worldbank_wdi.parquet (~60 MB, ~8.9M obs), schema (series_key 'WDI:{ind}:{ctry}', obs_date date32 year-end, value float64). Written via ParquetWriter in 1M-row batches to one file. Code has a commented intent to split if >100M rows but BATCH only chunks writes, never splits files.

Full description

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

Structured metadata

schema.org/Dataset (Google Dataset Search)
{
  "@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/"
    }
  ]
}
Croissant (ML-ready, schema.org JSON-LD)
{
  "@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"
    }
  ]
}
Part of the Econ Data Library catalog · metadata generated 2026-08-02 from the central registry · browse all datasets
ElkassabgiData

One account. Every library.

HF Data Library  ·  Econ Data Library  · more to come