CoolFace
Datasetpublic

electricsheepafrica/africa-eswatini-eswatini-languages-c2db0118

Eswatini: Languages | Africa (Eswatini official open data) 12 rows - 1 Africa country - 2023 - Repackaged by Electric Sheep Africa TL;DR This dataset packages one official CSV resource from Eswatini 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: Eswatini: Languages Publisher: CLEAR Global (previously Translators… See the full description on the dataset page: https://huggingface.co/datasets/electricsheepafrica/africa-eswatini-eswatini-languages-c2db0118.

sourceHugging Facecc-by-sa-4.0updated 29d agoView on Hugging Face
0likes32downloads
Dataset Card

Eswatini: Languages | Africa (Eswatini official open data)

12 rows - 1 Africa country - 2023 - Repackaged by Electric Sheep Africa

rows countries years indicators license

TL;DR

This dataset packages one official CSV resource from Eswatini 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
SWZ1220232023Eswatini

Indicators or Resource Contents

  • —eswatini-languages-location-level-86babe7b - Eswatini: Languages - location level
  • —eswatini-languages-language-rank-c5966b02 - Eswatini: Languages - language rank
  • —eswatini-languages-proportion-value-2cebe11e - Eswatini: Languages - proportion value
  • —eswatini-languages-reliability-score-63b47b8c - Eswatini: Languages - reliability score

Schema

ColumnTypeDescriptionExample
indicator_idstringStable indicator identifier.eswatini-languages-location-level-86babe7b
indicator_namestringHuman-readable indicator name.Eswatini: Languages - location level
country_iso3stringISO3 country code.SWZ
country_namestringCountry name.Eswatini
datestringObservation date.2023-11-01
yearInt64Observation year.2023
valuefloat64Numeric observation value.0.0
unitstringMeasurement unit, when available.source_units_unspecified
dimension_location_codestringSource dimension.SWZ
dimension_location_namestringSource dimension.Eswatini
dimension_language_codestringSource dimension.swat1243
dimension_language_namestringSource dimension.Swati
dimension_dataset_namestringSource dimension.Eswatini Round 9 data (2022)
dimension_urlstringSource dimension.https://www.afrobarometer.org/wp-content/uploads/2024/02/ESW_R9.data_.fi
dimension_sourcestringSource dimension.AfroBarometer
dimension_date_creationstringSource dimension.05-14-2025 09:53:52
dimension_representivity_ratingstringSource dimension.moderate
source_period_start_yearInt64First year inferred from source resource metadata.1996
source_period_end_yearInt64Last year inferred from source resource metadata.1996
source_period_labelcategoryHuman-readable period inferred from source resource metadata.1996
source_providercategoryPublishing organization.CLEAR Global (previously Translators without Borders)
source_datasetcategorySource package title.Eswatini: Languages
source_resourcecategorySource resource title.clearglobal_language_use_SWZ_admin0.csv
source_package_idcategoryCKAN package UUID.1996fdde-8189-4364-a57a-08f5b79fe242
source_resource_idcategoryCKAN resource UUID.989403da-7ba1-4513-a7c2-2c9293048d71
source_urlcategoryOriginal source resource URL.https://data.humdata.org/dataset/1996fdde-8189-4364-a57a-08f5b79fe242/re
license_idcategorySource license identifier.cc-by-sa
retrieved_atcategoryUTC retrieval timestamp.2026-08-30T05:35:43Z

Usage

python
from datasets import load_dataset

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

Filter to one country

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

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_eswatini_eswatini_languages_c2db0118_2023,
  title        = {Eswatini: Languages | Africa (Eswatini official open data)},
  author       = {CLEAR Global (previously Translators without Borders)},
  year         = {2023},
  url          = {https://data.humdata.org/dataset/eswatini-languages},
  publisher    = {HuggingFace Datasets, repackaged by Electric Sheep Africa},
  howpublished = {\url{https://huggingface.co/datasets/electricsheepafrica/africa-eswatini-eswatini-languages-c2db0118}}
}

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/1996fdde-8189-4364-a57a-08f5b79fe242/resource/989403da-7ba1-4513-a7c2-2c9293048d71/download/cleargloballanguageuseswzadmin0.csv