Dataset Viewer
Auto-converted to Parquet Duplicate
country_name
stringclasses
1 value
country_iso3
stringclasses
1 value
year
int64
2k
2.02k
indicator_name
stringclasses
5 values
indicator_code
stringclasses
5 values
value
float64
1
1.67B
esa_source
stringclasses
1 value
esa_processed
stringdate
2026-04-15 00:00:00
2026-04-15 00:00:00
Burkina Faso
BFA
2,004
Status under enhanced HIPC initiative
DT.HPC.STTS
2
HDX
2026-04-15
Burkina Faso
BFA
2,000
Status under enhanced HIPC initiative
DT.HPC.STTS
1
HDX
2026-04-15
Burkina Faso
BFA
2,012
Debt relief delivered in full under MDRI initiative, cumulative US$ in end-2012 NPV terms
DT.HPC.MDRI.PV
905,324,730.6753
HDX
2026-04-15
Burkina Faso
BFA
2,010
Mosquito net use by children (insecticide-treated net) (% of children under 5): Q5 (highest)
SH.MLR.NETS.Q5.ZS
48.9
HDX
2026-04-15
Burkina Faso
BFA
2,008
Status under enhanced HIPC initiative
DT.HPC.STTS
2
HDX
2026-04-15
Burkina Faso
BFA
2,011
Status under enhanced HIPC initiative
DT.HPC.STTS
2
HDX
2026-04-15
Burkina Faso
BFA
2,001
Status under enhanced HIPC initiative
DT.HPC.STTS
1
HDX
2026-04-15
Burkina Faso
BFA
2,018
Mosquito net use by children (insecticide-treated net) (% of children under 5): Q1 (lowest)
SH.MLR.NETS.Q1.ZS
48.4
HDX
2026-04-15
Burkina Faso
BFA
2,010
Status under enhanced HIPC initiative
DT.HPC.STTS
2
HDX
2026-04-15
Burkina Faso
BFA
2,009
Status under enhanced HIPC initiative
DT.HPC.STTS
2
HDX
2026-04-15
Burkina Faso
BFA
2,018
Mosquito net use by children (insecticide-treated net) (% of children under 5): Q5 (highest)
SH.MLR.NETS.Q5.ZS
57
HDX
2026-04-15
Burkina Faso
BFA
2,010
Mosquito net use by children (insecticide-treated net) (% of children under 5): Q1 (lowest)
SH.MLR.NETS.Q1.ZS
41.1
HDX
2026-04-15
Burkina Faso
BFA
2,014
Mosquito net use by children (insecticide-treated net) (% of children under 5): Q5 (highest)
SH.MLR.NETS.Q5.ZS
69.5
HDX
2026-04-15
Burkina Faso
BFA
2,006
Mosquito net use by children (insecticide-treated net) (% of children under 5): Q1 (lowest)
SH.MLR.NETS.Q1.ZS
4.4
HDX
2026-04-15
Burkina Faso
BFA
2,003
Mosquito net use by children (insecticide-treated net) (% of children under 5): Q5 (highest)
SH.MLR.NETS.Q5.ZS
7
HDX
2026-04-15
Burkina Faso
BFA
2,006
Status under enhanced HIPC initiative
DT.HPC.STTS
2
HDX
2026-04-15
Burkina Faso
BFA
2,003
Status under enhanced HIPC initiative
DT.HPC.STTS
2
HDX
2026-04-15
Burkina Faso
BFA
2,012
Debt relief committed under HIPC and MDRI initiatives, cumulative US$ in end-2012 NPV terms
DT.HPC.TOTL.PV
1,674,222,770.05025
HDX
2026-04-15
Burkina Faso
BFA
2,003
Mosquito net use by children (insecticide-treated net) (% of children under 5): Q1 (lowest)
SH.MLR.NETS.Q1.ZS
1.2
HDX
2026-04-15
Burkina Faso
BFA
2,007
Status under enhanced HIPC initiative
DT.HPC.STTS
2
HDX
2026-04-15

Burkina Faso - Millenium development goals | Africa (original)

Size category: n<1K - Formats: parquet - Sector: humanitarian_development - Engineered by Electric Sheep Africa

size sector downloads license

TL;DR

This dataset is part of the Electric Sheep Africa catalog on Hugging Face. It is indexed for African data discovery with standardized metadata, loading guidance, provenance notes, and analyst-oriented context.

What This Dataset Covers

Public datasets help analysts inspect structured evidence, build reproducible workflows, and compare patterns across domains.

Dataset context from the existing Hugging Face card: Burkina Faso - Millenium development goals Publisher: World Bank Group · Source: HDX · License: cc-by · Updated: 2026-03-27 Abstract Contains data from the World Bank's data portal. There is also a consolidated country dataset on HDX. Each row in this dataset represents country-level aggregates. Data was last updated on HDX on 2026-03-27. Geographic scope: BFA. Curated into ML-ready Parquet format by Electric Sheep Africa. Dataset Characteristics… See the full description on the dataset page: https://huggingface.co/datasets/electricsheepafrica/africa-world-bank-millenium-development-goals-indicators-for-burkina-faso.

Dataset Profile

Field Value
Hugging Face repo electricsheepafrica/africa-world-bank-millenium-development-goals-indicators-for-burkina-faso
Sector humanitarian_development
Topic tags humanitarian, hdx, electric-sheep-africa, indicators, sustainable-development-goals-sdg, bfa
Modalities tabular, text
Formats parquet
Size category n<1K
Countries Burkina Faso
ISO3 coverage BFA
Last modified on HF 2026-04-15 13:30:18+00:00
Inventory snapshot 2026-07-16T16:00:34Z

How To Read This Dataset

  • Start from the repository files and the dataset viewer when available.
  • Treat the README context as a fast orientation layer; confirm variable definitions and units in the data files before modeling.
  • Use explicit country columns when present. When geography is only implied by the title or source metadata, document that assumption in downstream analysis.
  • Preserve missing values until you have a defensible imputation rule.

Usage

from datasets import load_dataset

ds = load_dataset("electricsheepafrica/africa-world-bank-millenium-development-goals-indicators-for-burkina-faso")
print(ds)

split_name = next(iter(ds))
table = ds[split_name]
print(table.features)
print(table[:3])

Convert To Pandas When Tabular

from datasets import Dataset

first_split = ds[next(iter(ds))]
if isinstance(first_split, Dataset):
    df = first_split.to_pandas()
    print(df.head())

Data Quality Notes

  • This card was standardized from the Electric Sheep Africa Hugging Face metadata inventory.
  • Exact schema, row counts, and source files should be inspected in the repository data files.
  • Metadata gaps from the inventory: upstream_publisher.
  • Do not infer policy meaning from labels alone; confirm definitions, units, and methods in the source material.

Source And Provenance

Suggested Analyses

  • Inspect schema and missingness before modeling.
  • Profile variables by geography, time, and subgroup columns where present.
  • Join with other Electric Sheep Africa datasets using explicit country, year, and indicator fields when available.
  • Build reproducible notebooks that cite both the original source context and the Electric Sheep Africa Hugging Face repo.

Citation

@misc{electric_sheep_africa_africa_world_bank_millenium_development_goals_indicators_for_burkina_faso_2026,
  title        = {Burkina Faso - Millenium development goals | Africa (original)},
  author       = {original},
  year         = {2026},
  url          = {https://huggingface.co/datasets/electricsheepafrica/africa-world-bank-millenium-development-goals-indicators-for-burkina-faso},
  publisher    = {Hugging Face Datasets, engineered by Electric Sheep Africa},
  howpublished = {\url{https://huggingface.co/datasets/electricsheepafrica/africa-world-bank-millenium-development-goals-indicators-for-burkina-faso}}
}

License

Released under CC BY 4.0.

Original source rights remain with the original publisher or data provider. Electric Sheep Africa engineering standardizes discovery metadata, documentation, and usage guidance for analysis on Hugging Face.

About Electric Sheep Africa

Electric Sheep Africa publishes ML-ready African public datasets on Hugging Face.


Provenance: metadata-backed README standardized 2026-08-12 by the Electric Sheep Africa README system. Inventory source: catalog/esa_metadata_inventory/master_metadata.jsonl.

Downloads last month
28

Collections including electricsheepafrica/africa-world-bank-millenium-development-goals-indicators-for-burkina-faso