CoolFace
Datasetpublic

electricsheepafrica/africa-cabo-verde-cabo-verde-languages-85afa2e5

Cabo Verde: Languages | Africa (Cabo Verde official open data) 8 rows - 1 Africa country - 2022 - Repackaged by Electric Sheep Africa TL;DR This dataset packages one official CSV resource from Cabo Verde 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: Cabo Verde: Languages Publisher: CLEAR Global (previously… See the full description on the dataset page: https://huggingface.co/datasets/electricsheepafrica/africa-cabo-verde-cabo-verde-languages-85afa2e5.

sourceHugging Facecc-by-sa-4.0updated 1mo agoView on Hugging Face
0likes13downloads
Dataset Card

Cabo Verde: Languages | Africa (Cabo Verde official open data)

8 rows - 1 Africa country - 2022 - Repackaged by Electric Sheep Africa

rows countries years indicators license

TL;DR

This dataset packages one official CSV resource from Cabo Verde 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
CPV820222022Cabo Verde

Indicators or Resource Contents

  • —cabo-verde-languages-location-level-8795602a - Cabo Verde: Languages - location level
  • —cabo-verde-languages-language-rank-47a4f1af - Cabo Verde: Languages - language rank
  • —cabo-verde-languages-proportion-value-61154a5e - Cabo Verde: Languages - proportion value
  • —cabo-verde-languages-reliability-score-085e7b36 - Cabo Verde: Languages - reliability score

Schema

ColumnTypeDescriptionExample
indicator_idstringStable indicator identifier.cabo-verde-languages-location-level-8795602a
indicator_namestringHuman-readable indicator name.Cabo Verde: Languages - location level
country_iso3stringISO3 country code.CPV
country_namestringCountry name.Cabo Verde
datestringObservation date.2022-06-09
yearInt64Observation year.2022
valuefloat64Numeric observation value.0.0
unitstringMeasurement unit, when available.source_units_unspecified
dimension_location_codestringSource dimension.CPV
dimension_location_namestringSource dimension.Cabo Verde
dimension_language_codestringSource dimension.kabu1256
dimension_language_namestringSource dimension.Kabuverdianu
dimension_dataset_namestringSource dimension.Cabo Verde Round 8 data (2021)
dimension_urlstringSource dimension.https://www.afrobarometer.org/wp-content/uploads/2022/06/afrobarometer_r
dimension_sourcestringSource dimension.AfroBarometer
dimension_date_creationstringSource dimension.05-19-2025 10:26:02
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.Cabo Verde: Languages
source_resourcecategorySource resource title.clearglobal_language_use_CPV_admin0.csv
source_package_idcategoryCKAN package UUID.7eb0828f-16cb-4b4e-88dc-c8f276f608d0
source_resource_idcategoryCKAN resource UUID.cba18db6-7bd2-4988-8aea-688bd1d89a62
source_urlcategoryOriginal source resource URL.https://data.humdata.org/dataset/7eb0828f-16cb-4b4e-88dc-c8f276f608d0/re
license_idcategorySource license identifier.cc-by-sa
retrieved_atcategoryUTC retrieval timestamp.2026-08-25T16:58:39Z

Usage

python
from datasets import load_dataset

ds = load_dataset("electricsheepafrica/africa-cabo-verde-cabo-verde-languages-85afa2e5")
df = ds["train"].to_pandas()
print(df.head())

Filter to one country

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

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_cabo_verde_cabo_verde_languages_85afa2e5_2022,
  title        = {Cabo Verde: Languages | Africa (Cabo Verde official open data)},
  author       = {CLEAR Global (previously Translators without Borders)},
  year         = {2022},
  url          = {https://data.humdata.org/dataset/cabo-verde-languages},
  publisher    = {HuggingFace Datasets, repackaged by Electric Sheep Africa},
  howpublished = {\url{https://huggingface.co/datasets/electricsheepafrica/africa-cabo-verde-cabo-verde-languages-85afa2e5}}
}

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-25 via the Electric Sheep pipeline. Source URL: https://data.humdata.org/dataset/7eb0828f-16cb-4b4e-88dc-c8f276f608d0/resource/cba18db6-7bd2-4988-8aea-688bd1d89a62/download/cleargloballanguageusecpvadmin0.csv