CoolFace
Datasetpublic

electricsheepasia/asia-public-sector-world-bank-public-sector-indicators-for

China - Public Sector Publisher: World Bank Group · Source: HDX · License: cc-by · Updated: 2026-04-27 Abstract Contains data from the World Bank's data portal. There is also a consolidated country dataset on HDX. Effective governments improve people's standard of living by ensuring access to essential services – health, education, water and sanitation, electricity, transport – and the opportunity to live and work in peace and security. Data here includes World… See the full description on the dataset page: https://huggingface.co/datasets/electricsheepasia/asia-public-sector-world-bank-public-sector-indicators-for.

sourceHugging Facecc-by-4.0updated 5mo agoView on Hugging Face
0likes106downloads
Dataset Card

China - Public Sector

Publisher: World Bank Group · Source: HDX · License: cc-by · Updated: 2026-04-27


Abstract

Contains data from the World Bank's data portal. There is also a consolidated country dataset on HDX.

Effective governments improve people's standard of living by ensuring access to essential services – health, education, water and sanitation, electricity, transport – and the opportunity to live and work in peace and security. Data here includes World Bank staff assessments of country performance in economic management, structural policies, policies for social inclusion and equity, and public sector management and institutions for the poorest countries. Also included are indicators on revenues and expenses from the International Monetary Fund's Government Finance Statistics, and on tax policies from various sources.

Each row in this dataset represents country-level aggregates. Data was last updated on HDX on 2026-04-27. Geographic scope: CHN.

Curated into ML-ready Parquet format by [Electric Sheep Africa](https://huggingface.co/electricsheepafrica).


Dataset Characteristics

DomainPublic health
Unit of observationCountry-level aggregates
Rows (total)942
Columns8 (2 numeric, 6 categorical, 0 datetime)
Train split753 rows
Test split188 rows
Geographic scopeCHN
PublisherWorld Bank Group
HDX last updated2026-04-27

Variables

Geographic — country_name (China), country_iso3 (CHN), year (range 1960.0–2025.0).

Outcome / Measurement — value (range -404894860000.0–20130426340000.0).

Identifier / Metadata — indicator_name (Arms exports (SIPRI trend indicator values), Arms imports (SIPRI trend indicator values), Military expenditure (current LCU)), indicator_code (MS.MIL.XPRT.KD, MS.MIL.MPRT.KD, MS.MIL.XPND.CN), esa_source (HDX), esa_processed (2026-05-04).


Quick Start

python
from datasets import load_dataset

ds    = load_dataset("electricsheepafrica/asia-public-sector-all")
train = ds["train"].to_pandas()
test  = ds["test"].to_pandas()

print(train.shape)
train.head()

Schema

ColumnTypeNull %Range / Sample Values
country_nameobject0.0%China
country_iso3object0.0%CHN
yearint640.0%1960.0 – 2025.0 (mean 2009.7017)
indicator_nameobject0.0%Arms exports (SIPRI trend indicator values), Arms imports (SIPRI trend indicator values), Military expenditure (current LCU)
indicator_codeobject0.0%MS.MIL.XPRT.KD, MS.MIL.MPRT.KD, MS.MIL.XPND.CN
valuefloat640.0%-404894860000.0 – 20130426340000.0 (mean 609168476579.9592)
esa_sourceobject0.0%HDX
esa_processedobject0.0%2026-05-04

Numeric Summary

ColumnMinMaxMeanMedian
year1960.02025.02009.70172013.0
value-404894860000.020130426340000.0609168476579.959260.8794

Curation

Raw data was downloaded from HDX via the CKAN API and converted to Parquet. Column names were lowercased and standardised to snake_case. Common missing-value markers (N/A, null, none, -, unknown, no data, #N/A) were unified to NaN. The dataset was split 80/20 into train and test partitions using a fixed random seed (42) and saved as Snappy-compressed Parquet.


Limitations

  • —Data originates from World Bank Group and has not been independently validated by ESA.
  • —Automated cleaning cannot correct for misreported values, definitional inconsistencies, or sampling bias in the original collection.
  • —Refer to the original HDX dataset page for the publisher's own methodology notes and caveats.

Citation

bibtex
@dataset{hdx_asia_public_sector_all,
  title     = {China - Public Sector},
  author    = {World Bank Group},
  year      = {2026},
  url       = {https://data.humdata.org/dataset/world-bank-public-sector-indicators-for-china},
  note      = {Repackaged for machine learning by Electric Sheep Africa (https://huggingface.co/electricsheepafrica)}
}

[Electric Sheep Africa](https://huggingface.co/electricsheepafrica) — Africa's ML dataset infrastructure. Lagos, Nigeria.