CoolFace
Datasetpublic

electricsheepafrica/africa-tunisia-tn-evolution-octroi-des-primes-itp-14c2a50b

Tn Evolution Octroi Des Primes Itp | Africa (Tunisia Open Data) 8 rows - 1 Africa country/area - 2016 - source table - Engineered by Electric Sheep Africa TL;DR This dataset contains 8 rows from Tunisia Open Data, covering Tn Evolution Octroi Des Primes Itp. It is published as ML-ready Parquet with consistent Hugging Face metadata, source provenance, and analysis-friendly loading examples. What This Dataset Measures Demographic datasets help… See the full description on the dataset page: https://huggingface.co/datasets/electricsheepafrica/africa-tunisia-tn-evolution-octroi-des-primes-itp-14c2a50b.

sourceHugging Faceotherupdated 2mo agoView on Hugging Face
0likes13downloads
Dataset Card

Tn Evolution Octroi Des Primes Itp | Africa (Tunisia Open Data)

8 rows - 1 Africa country/area - 2016 - source table - Engineered by [Electric Sheep Africa](https://huggingface.co/electricsheepafrica)

rows countries period indicators license

TL;DR

This dataset contains 8 rows from Tunisia Open Data, covering Tn Evolution Octroi Des Primes Itp. It is published as ML-ready Parquet with consistent Hugging Face metadata, source provenance, and analysis-friendly loading examples.

What This Dataset Measures

Demographic datasets help analysts understand population structure, household conditions, migration, gender, age, and settlement patterns.

Source-provided context: Déboursement ITP csv

How To Read This Dataset

  • —One row means: one source record from the original tabular resource, with Electric Sheep Africa provenance columns added where available.
  • —Primary geography column: country_iso3.
  • —Best time column: year.
  • —Time coverage basis: year.
  • —Recommended join keys: country_iso3 where available plus source-specific keys.

Coverage

DimensionValue
Rows8
Countries/areas1
First period2016
Last period2016
Indicators0
Columns20
Source formatCSV

Geographic Coverage

Top areas shown below, sorted by row count when available:

AreaRowsFirst yearLast yearName
TUN820162016Tunisia

Indicators, Variables, Or Resource Contents

  • —This repo preserves one source tabular resource with its usable columns kept together.

Schema

ColumnTypeDescriptionExample
source_record_idstringStable row identifier assigned during Electric Sheep Africa engineering.7eba2512-971f-4bca-b7bb-5c469addd577:0
country_iso3stringISO3 country or area code.TUN
country_namestringCountry or area name.Tunisia
yearint64Observation year.2016
secteurstringSource column from the original resource.IAA
tranches_debloqueesint64Source column from the original resource.422
primes_materiellesint64Source column from the original resource.4391231
primes_immaterielleint64Source column from the original resource.3582503
tranches_primes_debloqueesint64Source column from the original resource.7973734
source_period_start_yearint64Start year inferred from source metadata.2016
source_period_end_yearint64End year inferred from source metadata.2016
source_period_labelstringSource column from the original resource.2016
source_providerstringPublishing organization.Ministère de l'Industrie, de l’Energie, des Mines
source_datasetstringSource dataset or package title.TN - EVOLUTION OCTROI DES PRIMES (ITP)
source_resourcestringSource resource title, table name, or file name.TN - Evolution de déboursement sectorielle des primes en CSV
source_package_idstringSource package identifier.13cb3b8c-fec2-4588-941f-c5b31fafa921
source_resource_idstringSource resource identifier.7eba2512-971f-4bca-b7bb-5c469addd577
source_urlstringOriginal source URL or download URL.https://catalog.data.gov.tn/dataset/13cb3b8c-fec2-4588-941f-c5b31fafa...
license_idstringSource license identifier.otl-data.industrie.gov.tn
retrieved_atstringUTC source retrieval timestamp from the Electric Sheep Africa pipeline.2026-07-18T23:08:36Z

Usage

python
from datasets import load_dataset

ds = load_dataset("electricsheepafrica/africa-tunisia-tn-evolution-octroi-des-primes-itp-14c2a50b")
df = ds["train"].to_pandas()
print(df.head())

Inspect Columns

python
print(df.info())
print(df.head())

Filter By Geography

python
if "country_iso3" in df.columns:
    sample = df[df["country_iso3"] == "TUN"]

Time-Series Pattern

python
if "value" in df.columns and "year" in df.columns:
    trend = df.sort_values("year")

Pivot For Analysis

python
if {"indicator_id", "year", "value"}.issubset(df.columns):
    matrix = df.pivot_table(index="year", columns="indicator_id", values="value")
    print(matrix.tail())

Data Quality Notes

  • —Canonical time field: year.
  • —Missing values are preserved rather than silently imputed.
  • —Column names are standardized for machine use; source meanings are preserved where known.
  • —Always confirm source methodology, units, and collection definitions before policy, production, or redistribution-sensitive use.

Source And Provenance

Transformations Applied

  • —Converted the source table to Parquet for efficient analytics and ML workflows.
  • —Added or preserved source provenance columns where available.
  • —Standardized README metadata, dataset loading configuration, schema documentation, and citation format.
  • —Preserved source-reported values without analytical imputation.

Suggested Analyses

  • —Build demographic profiles
  • —Normalize indicators per capita
  • —Join with service-delivery datasets
  • —Build time-series views and period-over-period comparisons
  • —Check missingness before modeling
  • —Use country_iso3 as the safest geography join key when present

Citation

bibtex
@misc{electric_sheep_africa_africa_tunisia_tn_evolution_octroi_des_primes_itp_14c2a50b_2016,
  title        = {Tn Evolution Octroi Des Primes Itp | Africa (Tunisia Open Data)},
  author       = {Ministère de l'Industrie, de l’Energie, des Mines},
  year         = {2016},
  url          = {https://catalog.data.gov.tn/dataset/statistiques-relatives-au-deblocage-et-deboursement-de-primes-itp},
  publisher    = {Hugging Face Datasets, engineered by Electric Sheep Africa},
  howpublished = {\url{https://huggingface.co/datasets/electricsheepafrica/africa-tunisia-tn-evolution-octroi-des-primes-itp-14c2a50b}}
}

License

Released under otl-data.industrie.gov.tn.

Original data is published by Ministère de l'Industrie, de l’Energie, des Mines. Electric Sheep Africa engineering standardizes the data for discovery, loading, and analysis on Hugging Face. Cite both the original source and this ML-ready dataset when used.

About Electric Sheep Africa

Electric Sheep Africa publishes ML-ready African public datasets on Hugging Face.


Provenance: README standardized 2026-08-12 by the Electric Sheep Africa README system. Source URL: https://catalog.data.gov.tn/dataset/statistiques-relatives-au-deblocage-et-deboursement-de-primes-itp