electricsheepafrica/africa-namibia-namibia-public-sector-304183cc
Namibia - Public Sector | Africa (Namibia official open data) 1,624 rows - 1 Africa country - 1990-2025 - Repackaged by Electric Sheep Africa TL;DR This dataset packages one official CSV resource from Namibia as ML-ready Parquet. The source file is the provenance boundary; all usable indicators or tabular columns from the resource stay together in this repo. About the source Source: Namibia - Public Sector Publisher: World Bank Group Resource:… See the full description on the dataset page: https://huggingface.co/datasets/electricsheepafrica/africa-namibia-namibia-public-sector-304183cc.
Namibia - Public Sector | Africa (Namibia official open data)
1,624 rows - 1 Africa country - 1990-2025 - Repackaged by Electric Sheep Africa
TL;DR
This dataset packages one official CSV resource from Namibia as ML-ready Parquet. The source file is the provenance boundary; all usable indicators or tabular columns from the resource stay together in this repo.
About the source
- Source: Namibia - Public Sector
- Publisher: World Bank Group
- Resource: Public Sector Indicators for Namibia
- Format:
CSV - License: CC BY 4.0
- Packaging mode:
indicator_long
Geographic coverage
1 Africa country:
Indicators or Resource Contents
namibia-public-sector-9d0e1f17- Namibia - Public Sector
Schema
Usage
from datasets import load_dataset
ds = load_dataset("electricsheepafrica/africa-namibia-namibia-public-sector-304183cc")
df = ds["train"].to_pandas()
print(df.head())Filter to one country
sample_country = df[df["country_iso3"] == "NAM"]Work with indicators
if "indicator_id" in df.columns:
print(df["indicator_id"].value_counts().head())
sample = df.sort_values([c for c in ["indicator_id", "year"] if c in df.columns])Citation
@misc{electric_sheep_africa_africa_namibia_namibia_public_sector_304183cc_2025,
title = {Namibia - Public Sector | Africa (Namibia official open data)},
author = {World Bank Group},
year = {2025},
url = {https://data.humdata.org/dataset/world-bank-public-sector-indicators-for-namibia},
publisher = {HuggingFace Datasets, repackaged by Electric Sheep Africa},
howpublished = {\url{https://huggingface.co/datasets/electricsheepafrica/africa-namibia-namibia-public-sector-304183cc}}
}License
Released under CC BY 4.0.
Original data (c) World Bank Group. When using this dataset, please cite both the original source above and the Electric Sheep Africa repackaging.
About Electric Sheep
Electric Sheep Africa is part of the Electric Sheep mission: a unified, ML-ready data layer for Africa on Hugging Face. We pull data from authoritative open sources, normalize the schemas, package as Parquet, and publish with consistent dataset cards so researchers and developers can use load_dataset() to start working in seconds.
Browse the full collection: huggingface.co/electricsheepafrica
Provenance: ingested 2026-08-30 via the Electric Sheep pipeline. Source URL: https://data.humdata.org/dataset/1adfb5fd-2850-4825-8358-446dbe10676a/resource/0a3bda1f-3d36-45ff-a101-6946c605a5aa/download/public-sector_nam.csv
