CoolFace
Datasetpublic

electricsheepafrica/africa-namibia-namibia-languages-ba405147

Namibia: Languages | Africa (Namibia official open data) 1,080 rows - 1 Africa country - 2015 - 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: Languages Publisher: CLEAR Global (previously Translators… See the full description on the dataset page: https://huggingface.co/datasets/electricsheepafrica/africa-namibia-namibia-languages-ba405147.

sourceHugging Facecc-by-sa-4.0updated 28d agoView on Hugging Face
0likes40downloads
Dataset Card

Namibia: Languages | Africa (Namibia official open data)

1,080 rows - 1 Africa country - 2015 - Repackaged by Electric Sheep Africa

rows countries years indicators license

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

Geographic coverage

1 Africa country:

CountryRowsFirst yearLast yearName
NAM1,08020152015Namibia

Indicators or Resource Contents

  • —namibia-languages-location-level-ebcf878d - Namibia: Languages - location level
  • —namibia-languages-language-rank-7aa3ebe7 - Namibia: Languages - language rank
  • —namibia-languages-proportion-value-8942c2b5 - Namibia: Languages - proportion value
  • —namibia-languages-reliability-score-595aa836 - Namibia: Languages - reliability score

Schema

ColumnTypeDescriptionExample
indicator_idstringStable indicator identifier.namibia-languages-location-level-ebcf878d
indicator_namestringHuman-readable indicator name.Namibia: Languages - location level
country_iso3stringISO3 country code.NAM
country_namestringCountry name.Namibia
datestringObservation date.2015-09-24
yearInt64Observation year.2015
valuefloat64Numeric observation value.2.0
unitstringMeasurement unit, when available.source_units_unspecified
dimension_location_codestringSource dimension.NA0404
dimension_location_namestringSource dimension.Keetmanshoop Urban
dimension_language_codestringSource dimension.here1253
dimension_language_namestringSource dimension.Herero
dimension_dataset_namestringSource dimension.Namibia Round 6 data (2014)
dimension_urlstringSource dimension.https://www.afrobarometer.org/wp-content/uploads/2022/02/nam_r6_data.sav
dimension_sourcestringSource dimension.AfroBarometer
dimension_date_creationstringSource dimension.01-29-2025 13:14:37
dimension_representivity_ratingstringSource dimension.moderate
source_period_start_yearInt64First year inferred from source resource metadata.``
source_period_end_yearInt64Last year inferred from source resource metadata.``
source_period_labelstringHuman-readable period inferred from source resource metadata.``
source_providercategoryPublishing organization.CLEAR Global (previously Translators without Borders)
source_datasetcategorySource package title.Namibia: Languages
source_resourcecategorySource resource title.clearglobal_language_use_NAM_admin2.csv
source_package_idcategoryCKAN package UUID.48739309-96ad-455b-afb6-e152f9eabe39
source_resource_idcategoryCKAN resource UUID.cf14266d-3d39-41cf-bbde-fa8e169ded84
source_urlcategoryOriginal source resource URL.https://data.humdata.org/dataset/48739309-96ad-455b-afb6-e152f9eabe39/re
license_idcategorySource license identifier.cc-by-sa
retrieved_atcategoryUTC retrieval timestamp.2026-08-30T05:38:32Z

Usage

python
from datasets import load_dataset

ds = load_dataset("electricsheepafrica/africa-namibia-namibia-languages-ba405147")
df = ds["train"].to_pandas()
print(df.head())

Filter to one country

python
sample_country = df[df["country_iso3"] == "NAM"]

Work with indicators

python
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

bibtex
@misc{electric_sheep_africa_africa_namibia_namibia_languages_ba405147_2015,
  title        = {Namibia: Languages | Africa (Namibia official open data)},
  author       = {CLEAR Global (previously Translators without Borders)},
  year         = {2015},
  url          = {https://data.humdata.org/dataset/namibia-languages},
  publisher    = {HuggingFace Datasets, repackaged by Electric Sheep Africa},
  howpublished = {\url{https://huggingface.co/datasets/electricsheepafrica/africa-namibia-namibia-languages-ba405147}}
}

License

Released under CC BY-SA.

Original data (c) CLEAR Global (previously Translators without Borders). 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/48739309-96ad-455b-afb6-e152f9eabe39/resource/cf14266d-3d39-41cf-bbde-fa8e169ded84/download/cleargloballanguageusenamadmin2.csv