CoolFace
Datasetpublic

electricsheepafrica/africa-cabo-verde-cape-verde-risk-assessment-indicators-bbd244ce

Cape Verde - Risk Assessment Indicators | Africa (Cabo Verde official open data) 32 rows - 1 Africa country - not-applicable - 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: Cape Verde - Risk Assessment… See the full description on the dataset page: https://huggingface.co/datasets/electricsheepafrica/africa-cabo-verde-cape-verde-risk-assessment-indicators-bbd244ce.

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

Cape Verde - Risk Assessment Indicators | Africa (Cabo Verde official open data)

32 rows - 1 Africa country - not-applicable - 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
CPV32n/an/aCabo Verde

Indicators or Resource Contents

  • —This source file is packaged as a normalized tabular resource.

Schema

ColumnTypeDescriptionExample
source_record_idstringStable row identifier for tabular resources.4fe9734f-b81d-4bab-b666-bc5df45a49b0:0
country_iso3categoryISO3 country code.CPV
country_namecategoryCountry name.Cabo Verde
adm2_pcodestringSource column.CV0101
adm_pcodestringSource column.CV0101
kt34_female_pop_cat1int64Source column.7095
kt34_female_pop_cat2int64Source column.0
kt34_female_pop_cat3int64Source column.0
kt34_children_u5_cat1int64Source column.1163
kt34_children_u5_cat2int64Source column.0
kt34_children_u5_cat3int64Source column.0
kt34_female_u5_cat1int64Source column.475
kt34_female_u5_cat2int64Source column.0
kt34_female_u5_cat3int64Source column.0
kt34_elderly_cat1int64Source column.648
kt34_elderly_cat2int64Source column.0
kt34_elderly_cat3int64Source column.0
kt34_pop_u15_cat1int64Source column.3462
kt34_pop_u15_cat2int64Source column.0
kt34_pop_u15_cat3int64Source column.0
kt34_female_u15_cat1int64Source column.1414
kt34_female_u15_cat2int64Source column.0
kt34_female_u15_cat3int64Source column.0
kt34_education_count_cat1int64Source column.7
kt34_education_perc_cat1int64Source column.100
kt34_education_count_cat2int64Source column.0
kt34_education_perc_cat2int64Source column.0
kt34_education_count_cat3int64Source column.0
kt34_education_perc_cat3int64Source column.0
kt34_hospitals_count_cat1int64Source column.1
kt34_hospitals_perc_cat1int64Source column.100
kt34_hospitals_count_cat2int64Source column.0
kt34_hospitals_perc_cat2int64Source column.0
kt34_hospitals_count_cat3int64Source column.0
kt34_hospitals_perc_cat3int64Source column.0
kt34_primary_healthcare_count_cat1int64Source column.1
kt34_primary_healthcare_perc_cat1int64Source column.100
kt34_primary_healthcare_count_cat2int64Source column.0
kt34_primary_healthcare_perc_cat2int64Source column.0
kt34_primary_healthcare_count_cat3int64Source column.0
kt34_primary_healthcare_perc_cat3int64Source column.0
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.HeiGIT (Heidelberg Institute for Geoinformation Technology)
source_datasetcategorySource package title.Cape Verde - Risk Assessment Indicators
source_resourcecategorySource resource title.CPV_ADM2_cyclone_exposure.csv
source_package_idcategoryCKAN package UUID.e63529ad-b5f5-43f7-9514-abc052141248
source_resource_idcategoryCKAN resource UUID.4fe9734f-b81d-4bab-b666-bc5df45a49b0
source_urlcategoryOriginal source resource URL.https://hot.storage.heigit.org/heigit-hdx-public/risk_assessment_inputs/
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-cape-verde-risk-assessment-indicators-bbd244ce")
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_cape_verde_risk_assessment_indicators_bbd244ce_2026,
  title        = {Cape Verde - Risk Assessment Indicators | Africa (Cabo Verde official open data)},
  author       = {HeiGIT (Heidelberg Institute for Geoinformation Technology)},
  year         = {2026},
  url          = {https://data.humdata.org/dataset/cape-verde---risk-assessment-indicators},
  publisher    = {HuggingFace Datasets, repackaged by Electric Sheep Africa},
  howpublished = {\url{https://huggingface.co/datasets/electricsheepafrica/africa-cabo-verde-cape-verde-risk-assessment-indicators-bbd244ce}}
}

License

Released under CC BY-SA.

Original data (c) HeiGIT (Heidelberg Institute for Geoinformation Technology). 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://hot.storage.heigit.org/heigit-hdx-public/riskassessmentinputs/cpv/CPVADM2cyclone_exposure.csv