Dataset Viewer
Auto-converted to Parquet Duplicate
source_record_id
stringclasses
3 values
country_iso3
stringclasses
1 value
country_name
stringclasses
1 value
republique_tunisienne
stringclasses
3 values
source_period_start_year
int64
source_period_end_year
int64
source_period_label
stringclasses
0 values
source_provider
stringclasses
1 value
source_dataset
stringclasses
1 value
source_resource
stringclasses
1 value
source_package_id
stringclasses
1 value
source_resource_id
stringclasses
1 value
source_url
stringclasses
1 value
license_id
stringclasses
1 value
retrieved_at
stringdate
2026-07-18 23:08:36
2026-07-18 23:08:36
94cc350d-37a7-479a-9278-ec995c61d120:0
TUN
Tunisia
de l'Energie et des Mines;;;;;Tunis le 23 Aout 2021;;;;
null
null
null
Ministère de l'Industrie, de l’Energie, des Mines
TN-Liste des Concessions d'exploitations des ...
TN-Liste des Concessions d'exploitations des mines
e6443bbb-0510-4c26-a3ca-aa81a6f8f758
94cc350d-37a7-479a-9278-ec995c61d120
https://catalog.data.gov.tn/dataset/e6443bbb-0510-4c26-a3ca-aa81a6f8f758/resource/94cc350d-37a7-479a-9278-ec995c61d120/download/listeconcessionsexploitationminieres.csv
otl-data.industrie.gov.tn
2026-07-18T23:08:36Z
94cc350d-37a7-479a-9278-ec995c61d120:1
TUN
Tunisia
3;26/06/1901;25/06/2040;;
null
null
null
Ministère de l'Industrie, de l’Energie, des Mines
TN-Liste des Concessions d'exploitations des ...
TN-Liste des Concessions d'exploitations des mines
e6443bbb-0510-4c26-a3ca-aa81a6f8f758
94cc350d-37a7-479a-9278-ec995c61d120
https://catalog.data.gov.tn/dataset/e6443bbb-0510-4c26-a3ca-aa81a6f8f758/resource/94cc350d-37a7-479a-9278-ec995c61d120/download/listeconcessionsexploitationminieres.csv
otl-data.industrie.gov.tn
2026-07-18T23:08:36Z
94cc350d-37a7-479a-9278-ec995c61d120:2
TUN
Tunisia
5;21/10/1954;20/10/2053;;
null
null
null
Ministère de l'Industrie, de l’Energie, des Mines
TN-Liste des Concessions d'exploitations des ...
TN-Liste des Concessions d'exploitations des mines
e6443bbb-0510-4c26-a3ca-aa81a6f8f758
94cc350d-37a7-479a-9278-ec995c61d120
https://catalog.data.gov.tn/dataset/e6443bbb-0510-4c26-a3ca-aa81a6f8f758/resource/94cc350d-37a7-479a-9278-ec995c61d120/download/listeconcessionsexploitationminieres.csv
otl-data.industrie.gov.tn
2026-07-18T23:08:36Z

TN-Liste des Concessions d'exploitations des ... | Africa (Tunisia official open data)

3 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 Tunisia 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:

Country Rows First year Last year Name
TUN 3 n/a n/a Tunisia

Indicators or Resource Contents

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

Schema

Column Type Description Example
source_record_id string Stable row identifier for tabular resources. 94cc350d-37a7-479a-9278-ec995c61d120:0
country_iso3 string ISO3 country code. TUN
country_name string Country name. Tunisia
republique_tunisienne string Source column. de l'Energie et des Mines;;;;;Tunis le 23 Aout 2021;;;;
source_period_start_year Int64 First year inferred from source resource metadata. ``
source_period_end_year Int64 Last year inferred from source resource metadata. ``
source_period_label string Human-readable period inferred from source resource metadata. ``
source_provider string Publishing organization. Ministère de l'Industrie, de l’Energie, des Mines
source_dataset string Source package title. TN-Liste des Concessions d'exploitations des ...
source_resource string Source resource title. TN-Liste des Concessions d'exploitations des mines
source_package_id string CKAN package UUID. e6443bbb-0510-4c26-a3ca-aa81a6f8f758
source_resource_id string CKAN resource UUID. 94cc350d-37a7-479a-9278-ec995c61d120
source_url string Original source resource URL. https://catalog.data.gov.tn/dataset/e6443bbb-0510-4c26-a3ca-aa81a6f8f758
license_id string Source license identifier. otl-data.industrie.gov.tn
retrieved_at string UTC retrieval timestamp. 2026-07-18T23:08:36Z

Usage

from datasets import load_dataset

ds = load_dataset("electricsheepafrica/africa-tunisia-tn-liste-des-concessions-d-exploitations-des-85e69219")
df = ds["train"].to_pandas()
print(df.head())

Filter to one country

sample_country = df[df["country_iso3"] == "TUN"]

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_tunisia_tn_liste_des_concessions_d_exploitations_des_85e69219_2026,
  title        = {TN-Liste des Concessions d'exploitations des ... | Africa (Tunisia official open data)},
  author       = {Ministère de l'Industrie, de l’Energie, des Mines},
  year         = {2026},
  url          = {https://catalog.data.gov.tn/dataset/tn-liste-des-concessions-d-exploitations-des},
  publisher    = {HuggingFace Datasets, repackaged by Electric Sheep Africa},
  howpublished = {\url{https://huggingface.co/datasets/electricsheepafrica/africa-tunisia-tn-liste-des-concessions-d-exploitations-des-85e69219}}
}

License

Released under Open Tunisian License.

Original data (c) Ministère de l'Industrie, de l’Energie, des Mines. 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-07-19 via the Electric Sheep pipeline. Source URL: https://catalog.data.gov.tn/dataset/e6443bbb-0510-4c26-a3ca-aa81a6f8f758/resource/94cc350d-37a7-479a-9278-ec995c61d120/download/listeconcessionsexploitationminieres.csv

Downloads last month
44

Collection including electricsheepafrica/africa-tunisia-tn-liste-des-concessions-d-exploitations-des-85e69219