Standardize Electric Sheep Africa dataset card
Browse files
README.md
CHANGED
|
@@ -5,80 +5,109 @@ language:
|
|
| 5 |
task_categories:
|
| 6 |
- tabular-classification
|
| 7 |
- tabular-regression
|
| 8 |
-
multilinguality:
|
| 9 |
size_categories:
|
| 10 |
- n<1K
|
| 11 |
tags:
|
| 12 |
-
- tabular
|
| 13 |
-
-
|
| 14 |
-
-
|
| 15 |
-
-
|
| 16 |
-
-
|
| 17 |
-
-
|
| 18 |
-
-
|
| 19 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 20 |
---
|
| 21 |
|
| 22 |
-
# Liste
|
| 23 |
|
| 24 |
-
99 rows - 1 Africa country - 2022-2023 -
|
| 25 |
|
| 26 |

|
| 27 |

|
| 28 |
-

|
| 30 |

|
| 31 |
|
| 32 |
## TL;DR
|
| 33 |
|
| 34 |
-
This dataset
|
| 35 |
-
ML-ready Parquet. The source file is the provenance boundary; all usable
|
| 36 |
-
indicators or tabular columns from the resource stay together in this repo.
|
| 37 |
|
| 38 |
-
##
|
| 39 |
|
| 40 |
-
|
| 41 |
-
|
| 42 |
-
-
|
| 43 |
-
|
| 44 |
-
|
| 45 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 46 |
|
| 47 |
-
## Geographic
|
| 48 |
|
| 49 |
-
|
| 50 |
|
| 51 |
-
|
|
| 52 |
-
|------
|
| 53 |
| `TUN` | 99 | 2022 | 2023 | `Tunisia` |
|
| 54 |
|
| 55 |
-
## Indicators
|
| 56 |
|
| 57 |
-
- This source
|
| 58 |
|
| 59 |
## Schema
|
| 60 |
|
| 61 |
| Column | Type | Description | Example |
|
| 62 |
|--------|------|-------------|---------|
|
| 63 |
-
| `source_record_id` | `string` | Stable row identifier
|
| 64 |
-
| `country_iso3` | `string` | ISO3 country code. | `TUN` |
|
| 65 |
-
| `country_name` | `string` | Country name. | `Tunisia` |
|
| 66 |
-
| `annee` | `int64` | Source column. | `2022` |
|
| 67 |
-
| `non_du_film` | `string` | Source column. | `Motherhood` |
|
| 68 |
-
| `genre_du_film` | `string` | Source column. | `روائي طويل` |
|
| 69 |
-
| `societe_de_production` | `string` | Source column. | `Instinct Bleu` |
|
| 70 |
-
| `realisateur` | `string` | Source column. | `مريم جوبر` |
|
| 71 |
-
| `source_period_start_year` | `
|
| 72 |
-
| `source_period_end_year` | `
|
| 73 |
-
| `source_period_label` | `string` |
|
| 74 |
| `source_provider` | `string` | Publishing organization. | `Minstère des affaires culturelles` |
|
| 75 |
-
| `source_dataset` | `string` | Source package title. | `Liste des films subventionnés par le CNCI pendant 2022 et 2023` |
|
| 76 |
-
| `source_resource` | `string` | Source resource title. | `Liste des films subventionnés par le CNCI` |
|
| 77 |
-
| `source_package_id` | `string` |
|
| 78 |
-
| `source_resource_id` | `string` |
|
| 79 |
-
| `source_url` | `string` | Original source
|
| 80 |
| `license_id` | `string` | Source license identifier. | `other-open` |
|
| 81 |
-
| `retrieved_at` | `string` | UTC retrieval timestamp. | `2026-07-18T23:08:36Z` |
|
| 82 |
|
| 83 |
## Usage
|
| 84 |
|
|
@@ -90,51 +119,92 @@ df = ds["train"].to_pandas()
|
|
| 90 |
print(df.head())
|
| 91 |
```
|
| 92 |
|
| 93 |
-
###
|
| 94 |
|
| 95 |
```python
|
| 96 |
-
|
|
|
|
| 97 |
```
|
| 98 |
|
| 99 |
-
###
|
| 100 |
|
| 101 |
```python
|
| 102 |
-
if "
|
| 103 |
-
|
| 104 |
-
sample = df.sort_values([c for c in ["indicator_id", "year"] if c in df.columns])
|
| 105 |
```
|
| 106 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 107 |
## Citation
|
| 108 |
|
| 109 |
```bibtex
|
| 110 |
@misc{electric_sheep_africa_africa_tunisia_liste_des_films_subventionnes_par_le_cnci_pendant_2022_et_c3c35dc_2023,
|
| 111 |
-
title = {Liste
|
| 112 |
author = {Minstère des affaires culturelles},
|
| 113 |
year = {2023},
|
| 114 |
url = {https://catalog.data.gov.tn/dataset/liste-des-films-subventionnes-par-le-cnci-2022-2023},
|
| 115 |
-
publisher = {
|
| 116 |
howpublished = {\url{https://huggingface.co/datasets/electricsheepafrica/africa-tunisia-liste-des-films-subventionnes-par-le-cnci-pendant-2022-et-c3c35dc3}}
|
| 117 |
}
|
| 118 |
```
|
| 119 |
|
| 120 |
## License
|
| 121 |
|
| 122 |
-
Released under
|
| 123 |
-
|
| 124 |
-
Original data (c) Minstère des affaires culturelles. When using this dataset, please cite both the
|
| 125 |
-
original source above and the Electric Sheep Africa repackaging.
|
| 126 |
|
| 127 |
-
|
|
|
|
|
|
|
| 128 |
|
| 129 |
-
|
| 130 |
-
ML-ready data layer for Africa on Hugging Face. We pull data from authoritative
|
| 131 |
-
open sources, normalize the schemas, package as Parquet, and publish with
|
| 132 |
-
consistent dataset cards so researchers and developers can use `load_dataset()`
|
| 133 |
-
to start working in seconds.
|
| 134 |
|
| 135 |
-
|
| 136 |
|
| 137 |
---
|
| 138 |
|
| 139 |
-
Provenance:
|
| 140 |
-
http://www.openculture.gov.tn/dataset/eb31ec5d-73d5-4ca7-852d-556b1cef60ae/resource/0c40a024-8e6d-4207-8033-ced8f5a8b18d/download/liste-des-films-subventionnes-par-le-cnci-2022-2023.csv
|
|
|
|
| 5 |
task_categories:
|
| 6 |
- tabular-classification
|
| 7 |
- tabular-regression
|
| 8 |
+
multilinguality: multilingual
|
| 9 |
size_categories:
|
| 10 |
- n<1K
|
| 11 |
tags:
|
| 12 |
+
- "tabular"
|
| 13 |
+
- "africa"
|
| 14 |
+
- "open-data"
|
| 15 |
+
- "official-statistics"
|
| 16 |
+
- "tunisia"
|
| 17 |
+
- "minstere-des-affaires-culturelles"
|
| 18 |
+
- "tunisia-open-data"
|
| 19 |
+
- "demographics"
|
| 20 |
+
- "culture"
|
| 21 |
+
- "2022"
|
| 22 |
+
- "2023"
|
| 23 |
+
- "court-metrage"
|
| 24 |
+
- "films"
|
| 25 |
+
- "long-metrage"
|
| 26 |
+
- "realisateur"
|
| 27 |
+
- "societe-de-production"
|
| 28 |
+
configs:
|
| 29 |
+
- config_name: default
|
| 30 |
+
data_files:
|
| 31 |
+
- split: train
|
| 32 |
+
path: data/train-00000-of-00001.parquet
|
| 33 |
+
pretty_name: "Liste Des Films Subventionnes Par Le Cnci Pendant 2022 Et | Africa (Tunisia Open Data)"
|
| 34 |
---
|
| 35 |
|
| 36 |
+
# Liste Des Films Subventionnes Par Le Cnci Pendant 2022 Et | Africa (Tunisia Open Data)
|
| 37 |
|
| 38 |
+
**99 rows** - **1 Africa country/area** - **2022-2023** - **source table** - *Engineered by [Electric Sheep Africa](https://huggingface.co/electricsheepafrica)*
|
| 39 |
|
| 40 |

|
| 41 |

|
| 42 |
+

|
| 43 |

|
| 44 |

|
| 45 |
|
| 46 |
## TL;DR
|
| 47 |
|
| 48 |
+
This dataset contains **99 rows** from **Tunisia Open Data**, covering **Liste Des Films Subventionnes Par Le Cnci Pendant 2022 Et**. It is published as ML-ready Parquet with consistent Hugging Face metadata, source provenance, and analysis-friendly loading examples.
|
|
|
|
|
|
|
| 49 |
|
| 50 |
+
## What This Dataset Measures
|
| 51 |
|
| 52 |
+
Demographic datasets help analysts understand population structure, household conditions, migration, gender, age, and settlement patterns.
|
| 53 |
+
|
| 54 |
+
Source-provided context: Liste des films subventionnés par le CNCI pour les années 2022 et 2023
|
| 55 |
+
|
| 56 |
+
## How To Read This Dataset
|
| 57 |
+
|
| 58 |
+
- **One row means:** one source record from the original tabular resource, with Electric Sheep Africa provenance columns added where available.
|
| 59 |
+
- **Primary geography column:** `country_iso3`.
|
| 60 |
+
- **Best time column:** `not detected`.
|
| 61 |
+
- **Time coverage basis:** source metadata.
|
| 62 |
+
- **Recommended join keys:** `country_iso3` where available plus source-specific keys.
|
| 63 |
+
|
| 64 |
+
## Coverage
|
| 65 |
+
|
| 66 |
+
| Dimension | Value |
|
| 67 |
+
|---|---:|
|
| 68 |
+
| Rows | 99 |
|
| 69 |
+
| Countries/areas | 1 |
|
| 70 |
+
| First period | 2022 |
|
| 71 |
+
| Last period | 2023 |
|
| 72 |
+
| Indicators | 0 |
|
| 73 |
+
| Columns | 19 |
|
| 74 |
+
| Source format | CSV |
|
| 75 |
|
| 76 |
+
## Geographic Coverage
|
| 77 |
|
| 78 |
+
Top areas shown below, sorted by row count when available:
|
| 79 |
|
| 80 |
+
| Area | Rows | First year | Last year | Name |
|
| 81 |
+
|------|-----:|-----------:|----------:|------|
|
| 82 |
| `TUN` | 99 | 2022 | 2023 | `Tunisia` |
|
| 83 |
|
| 84 |
+
## Indicators, Variables, Or Resource Contents
|
| 85 |
|
| 86 |
+
- This repo preserves one source tabular resource with its usable columns kept together.
|
| 87 |
|
| 88 |
## Schema
|
| 89 |
|
| 90 |
| Column | Type | Description | Example |
|
| 91 |
|--------|------|-------------|---------|
|
| 92 |
+
| `source_record_id` | `string` | Stable row identifier assigned during Electric Sheep Africa engineering. | `ed3497f7-609d-4c10-a930-895f402dc4f9:0` |
|
| 93 |
+
| `country_iso3` | `string` | ISO3 country or area code. | `TUN` |
|
| 94 |
+
| `country_name` | `string` | Country or area name. | `Tunisia` |
|
| 95 |
+
| `annee` | `int64` | Source column from the original resource. | `2022` |
|
| 96 |
+
| `non_du_film` | `string` | Source column from the original resource. | `Motherhood` |
|
| 97 |
+
| `genre_du_film` | `string` | Source column from the original resource. | `روائي طويل` |
|
| 98 |
+
| `societe_de_production` | `string` | Source column from the original resource. | `Instinct Bleu` |
|
| 99 |
+
| `realisateur` | `string` | Source column from the original resource. | `مريم جوبر` |
|
| 100 |
+
| `source_period_start_year` | `int64` | Start year inferred from source metadata. | `2022` |
|
| 101 |
+
| `source_period_end_year` | `int64` | End year inferred from source metadata. | `2023` |
|
| 102 |
+
| `source_period_label` | `string` | Source column from the original resource. | `2022-2023` |
|
| 103 |
| `source_provider` | `string` | Publishing organization. | `Minstère des affaires culturelles` |
|
| 104 |
+
| `source_dataset` | `string` | Source dataset or package title. | `Liste des films subventionnés par le CNCI pendant 2022 et 2023` |
|
| 105 |
+
| `source_resource` | `string` | Source resource title, table name, or file name. | `Liste des films subventionnés par le CNCI` |
|
| 106 |
+
| `source_package_id` | `string` | Source package identifier. | `64823c1f-19b1-4856-83b3-52b62b8c0434` |
|
| 107 |
+
| `source_resource_id` | `string` | Source resource identifier. | `ed3497f7-609d-4c10-a930-895f402dc4f9` |
|
| 108 |
+
| `source_url` | `string` | Original source URL or download URL. | `http://www.openculture.gov.tn/dataset/eb31ec5d-73d5-4ca7-852d-556b1ce...` |
|
| 109 |
| `license_id` | `string` | Source license identifier. | `other-open` |
|
| 110 |
+
| `retrieved_at` | `string` | UTC source retrieval timestamp from the Electric Sheep Africa pipeline. | `2026-07-18T23:08:36Z` |
|
| 111 |
|
| 112 |
## Usage
|
| 113 |
|
|
|
|
| 119 |
print(df.head())
|
| 120 |
```
|
| 121 |
|
| 122 |
+
### Inspect Columns
|
| 123 |
|
| 124 |
```python
|
| 125 |
+
print(df.info())
|
| 126 |
+
print(df.head())
|
| 127 |
```
|
| 128 |
|
| 129 |
+
### Filter By Geography
|
| 130 |
|
| 131 |
```python
|
| 132 |
+
if "country_iso3" in df.columns:
|
| 133 |
+
sample = df[df["country_iso3"] == "TUN"]
|
|
|
|
| 134 |
```
|
| 135 |
|
| 136 |
+
### Time-Series Pattern
|
| 137 |
+
|
| 138 |
+
```python
|
| 139 |
+
if "value" in df.columns and "year" in df.columns:
|
| 140 |
+
trend = df.sort_values("year")
|
| 141 |
+
```
|
| 142 |
+
|
| 143 |
+
### Pivot For Analysis
|
| 144 |
+
|
| 145 |
+
```python
|
| 146 |
+
if {"indicator_id", "year", "value"}.issubset(df.columns):
|
| 147 |
+
matrix = df.pivot_table(index="year", columns="indicator_id", values="value")
|
| 148 |
+
print(matrix.tail())
|
| 149 |
+
```
|
| 150 |
+
|
| 151 |
+
## Data Quality Notes
|
| 152 |
+
|
| 153 |
+
- No canonical year/date column was detected in the packaged table; use source metadata and domain context for temporal interpretation.
|
| 154 |
+
- Missing values are preserved rather than silently imputed.
|
| 155 |
+
- Column names are standardized for machine use; source meanings are preserved where known.
|
| 156 |
+
- Always confirm source methodology, units, and collection definitions before policy, production, or redistribution-sensitive use.
|
| 157 |
+
|
| 158 |
+
## Source And Provenance
|
| 159 |
+
|
| 160 |
+
- **Source:** [Tunisia Open Data](https://catalog.data.gov.tn/dataset/liste-des-films-subventionnes-par-le-cnci-2022-2023)
|
| 161 |
+
- **Publisher:** Minstère des affaires culturelles
|
| 162 |
+
- **Portal:** [https://catalog.data.gov.tn](https://catalog.data.gov.tn)
|
| 163 |
+
- **Resource:** [Liste des films subventionnés par le CNCI](http://www.openculture.gov.tn/dataset/eb31ec5d-73d5-4ca7-852d-556b1cef60ae/resource/0c40a024-8e6d-4207-8033-ced8f5a8b18d/download/liste-des-films-subventionnes-par-le-cnci-2022-2023.csv)
|
| 164 |
+
- **License:** other-open
|
| 165 |
+
- **Retrieved/generated:** `2026-07-18T23:13:23Z`
|
| 166 |
+
- **Hugging Face repo:** [electricsheepafrica/africa-tunisia-liste-des-films-subventionnes-par-le-cnci-pendant-2022-et-c3c35dc3](https://huggingface.co/datasets/electricsheepafrica/africa-tunisia-liste-des-films-subventionnes-par-le-cnci-pendant-2022-et-c3c35dc3)
|
| 167 |
+
|
| 168 |
+
## Transformations Applied
|
| 169 |
+
|
| 170 |
+
- Converted the source table to Parquet for efficient analytics and ML workflows.
|
| 171 |
+
- Added or preserved source provenance columns where available.
|
| 172 |
+
- Standardized README metadata, dataset loading configuration, schema documentation, and citation format.
|
| 173 |
+
- Preserved source-reported values without analytical imputation.
|
| 174 |
+
|
| 175 |
+
## Suggested Analyses
|
| 176 |
+
|
| 177 |
+
- Build demographic profiles
|
| 178 |
+
- Normalize indicators per capita
|
| 179 |
+
- Join with service-delivery datasets
|
| 180 |
+
- Check missingness before modeling
|
| 181 |
+
- Use `country_iso3` as the safest geography join key when present
|
| 182 |
+
|
| 183 |
## Citation
|
| 184 |
|
| 185 |
```bibtex
|
| 186 |
@misc{electric_sheep_africa_africa_tunisia_liste_des_films_subventionnes_par_le_cnci_pendant_2022_et_c3c35dc_2023,
|
| 187 |
+
title = {Liste Des Films Subventionnes Par Le Cnci Pendant 2022 Et | Africa (Tunisia Open Data)},
|
| 188 |
author = {Minstère des affaires culturelles},
|
| 189 |
year = {2023},
|
| 190 |
url = {https://catalog.data.gov.tn/dataset/liste-des-films-subventionnes-par-le-cnci-2022-2023},
|
| 191 |
+
publisher = {Hugging Face Datasets, engineered by Electric Sheep Africa},
|
| 192 |
howpublished = {\url{https://huggingface.co/datasets/electricsheepafrica/africa-tunisia-liste-des-films-subventionnes-par-le-cnci-pendant-2022-et-c3c35dc3}}
|
| 193 |
}
|
| 194 |
```
|
| 195 |
|
| 196 |
## License
|
| 197 |
|
| 198 |
+
Released under other-open.
|
|
|
|
|
|
|
|
|
|
| 199 |
|
| 200 |
+
Original data is published by Minstère des affaires culturelles. Electric Sheep Africa
|
| 201 |
+
engineering standardizes the data for discovery, loading, and analysis on
|
| 202 |
+
Hugging Face. Cite both the original source and this ML-ready dataset when used.
|
| 203 |
|
| 204 |
+
## About Electric Sheep Africa
|
|
|
|
|
|
|
|
|
|
|
|
|
| 205 |
|
| 206 |
+
Electric Sheep Africa publishes ML-ready African public datasets on Hugging Face.
|
| 207 |
|
| 208 |
---
|
| 209 |
|
| 210 |
+
Provenance: README standardized 2026-08-12 by the Electric Sheep Africa README system. Source URL: https://catalog.data.gov.tn/dataset/liste-des-films-subventionnes-par-le-cnci-2022-2023
|
|
|