electricsheepasia/asia-worldbank-private-sector
Private Sector — Asia Source: World Bank World Development Indicators Topic: Private Sector Coverage: 48 Asia countries · 1960–2025 · 149,885 rows Indicators: 123 About The World Bank's World Development Indicators (WDI) is the most comprehensive source of global development data. This dataset contains the Private Sector topic filtered to all available Asia countries (ISO3-coded), repackaged in ML-ready Parquet by Electric Sheep Asia. Schema… See the full description on the dataset page: https://huggingface.co/datasets/electricsheepasia/asia-worldbank-private-sector.
Private Sector — Asia
Source: World Bank World Development Indicators Topic: Private Sector Coverage: 48 Asia countries · 1960–2025 · 149,885 rows Indicators: 123
About
The World Bank's World Development Indicators (WDI) is the most comprehensive source of global development data. This dataset contains the Private Sector topic filtered to all available Asia countries (ISO3-coded), repackaged in ML-ready Parquet by Electric Sheep Asia.
Schema
indicator_id— WDI indicator code (e.g.,SP.POP.TOTL)indicator_name— human-readable indicator namecountry_iso2/country_iso3/country_name— geographyyear— observation yearvalue— indicator valueunit— units (often empty in WB data)obs_status— observation status flags
Usage
from datasets import load_dataset
ds = load_dataset("electricsheepasia/asia-worldbank-private-sector")
df = ds["train"].to_pandas()License
CC BY 4.0 — World Bank open data with attribution. Cite: World Bank, World Development Indicators.
