electricsheepafrica/africa-togo-togo-corruption-perceptions-index-d68a5c98
Togo - Corruption Perceptions Index | Africa (Togo official open data) 84 rows - 1 Africa country - 2012-2025 - Repackaged by Electric Sheep Africa TL;DR This dataset packages one official CSV resource from Togo 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: Togo - Corruption Perceptions Index Publisher:… See the full description on the dataset page: https://huggingface.co/datasets/electricsheepafrica/africa-togo-togo-corruption-perceptions-index-d68a5c98.
Togo - Corruption Perceptions Index | Africa (Togo official open data)
84 rows - 1 Africa country - 2012-2025 - Repackaged by Electric Sheep Africa
TL;DR
This dataset packages one official CSV resource from Togo 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: Togo - Corruption Perceptions Index
- Publisher: Transparency International
- Resource: tgo_cpi.csv
- Format:
CSV - License: CC BY 4.0
- Packaging mode:
indicator_long
Geographic coverage
1 Africa country:
Indicators or Resource Contents
togo-corruption-perceptions-index-score-8b60611b- Togo - Corruption Perceptions Index - scoretogo-corruption-perceptions-index-rank-e3e50a27- Togo - Corruption Perceptions Index - ranktogo-corruption-perceptions-index-sources-94af54ae- Togo - Corruption Perceptions Index - sourcestogo-corruption-perceptions-index-standarderror-debe51b8- Togo - Corruption Perceptions Index - standarderrortogo-corruption-perceptions-index-lowerci-3c5f483c- Togo - Corruption Perceptions Index - lowercitogo-corruption-perceptions-index-upperci-3835c5dc- Togo - Corruption Perceptions Index - upperci
Schema
Usage
from datasets import load_dataset
ds = load_dataset("electricsheepafrica/africa-togo-togo-corruption-perceptions-index-d68a5c98")
df = ds["train"].to_pandas()
print(df.head())Filter to one country
sample_country = df[df["country_iso3"] == "TGO"]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_togo_togo_corruption_perceptions_index_d68a5c98_2025,
title = {Togo - Corruption Perceptions Index | Africa (Togo official open data)},
author = {Transparency International},
year = {2025},
url = {https://data.humdata.org/dataset/tgo-corruption-perceptions-index},
publisher = {HuggingFace Datasets, repackaged by Electric Sheep Africa},
howpublished = {\url{https://huggingface.co/datasets/electricsheepafrica/africa-togo-togo-corruption-perceptions-index-d68a5c98}}
}License
Released under CC BY 4.0.
Original data (c) Transparency International. 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/5ee04ff8-46c4-44c3-bc4b-638067ea8f42/resource/a197d4ed-4c80-4fcd-9759-ff7516a8b0e6/download/tgo_cpi.csv
