Kossisoroyce commited on
Commit
4495af1
·
verified ·
1 Parent(s): a9dab9b

Add ML-ready official indicator dataset

Browse files
README.md ADDED
@@ -0,0 +1,140 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ language:
4
+ - en
5
+ task_categories:
6
+ - tabular-classification
7
+ - tabular-regression
8
+ multilinguality: monolingual
9
+ size_categories:
10
+ - n<1K
11
+ tags:
12
+ - tabular
13
+ - csv
14
+ - africa
15
+ - tunisia
16
+ - official-statistics
17
+ - open-data
18
+ - agriculture
19
+ pretty_name: "Liste des films subventionnés par le CNCI pendant 2022 et 2023 | Africa (Tunisia official open data)"
20
+ ---
21
+
22
+ # Liste des films subventionnés par le CNCI pendant 2022 et 2023 | Africa (Tunisia official open data)
23
+
24
+ 99 rows - 1 Africa country - 2022-2023 - Repackaged by [Electric Sheep Africa](https://huggingface.co/electricsheepafrica)
25
+
26
+ ![rows](https://img.shields.io/badge/rows-99-blue)
27
+ ![countries](https://img.shields.io/badge/countries-1-green)
28
+ ![years](https://img.shields.io/badge/years-2022-2023-orange)
29
+ ![indicators](https://img.shields.io/badge/indicators-0-purple)
30
+ ![license](https://img.shields.io/badge/license-other-lightgrey)
31
+
32
+ ## TL;DR
33
+
34
+ This dataset packages one official `CSV` resource from **Tunisia** as
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
+ ## About the source
39
+
40
+ - **Source:** [Liste des films subventionnés par le CNCI pendant 2022 et 2023](https://catalog.data.gov.tn/dataset/liste-des-films-subventionnes-par-le-cnci-2022-2023)
41
+ - **Publisher:** Minstère des affaires culturelles
42
+ - **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)
43
+ - **Format:** `CSV`
44
+ - **License:** [Other open license]()
45
+ - **Packaging mode:** `tabular_resource`
46
+
47
+ ## Geographic coverage
48
+
49
+ 1 Africa country:
50
+
51
+ | Country | Rows | First year | Last year | Name |
52
+ |---------|-----:|-----------:|----------:|------|
53
+ | `TUN` | 99 | 2022 | 2023 | `Tunisia` |
54
+
55
+ ## Indicators or Resource Contents
56
+
57
+ - This source file is packaged as a normalized tabular resource.
58
+
59
+ ## Schema
60
+
61
+ | Column | Type | Description | Example |
62
+ |--------|------|-------------|---------|
63
+ | `source_record_id` | `string` | Stable row identifier for tabular resources. | `ed3497f7-609d-4c10-a930-895f402dc4f9:0` |
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` | `Int64` | First year inferred from source resource metadata. | `2022` |
72
+ | `source_period_end_year` | `Int64` | Last year inferred from source resource metadata. | `2023` |
73
+ | `source_period_label` | `string` | Human-readable period inferred from source resource metadata. | `2022-2023` |
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` | CKAN package UUID. | `64823c1f-19b1-4856-83b3-52b62b8c0434` |
78
+ | `source_resource_id` | `string` | CKAN resource UUID. | `ed3497f7-609d-4c10-a930-895f402dc4f9` |
79
+ | `source_url` | `string` | Original source resource URL. | `http://www.openculture.gov.tn/dataset/eb31ec5d-73d5-4ca7-852d-556b1cef60` |
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
+
85
+ ```python
86
+ from datasets import load_dataset
87
+
88
+ ds = load_dataset("electricsheepafrica/africa-tunisia-liste-des-films-subventionnes-par-le-cnci-pendant-2022-et-c3c35dc3")
89
+ df = ds["train"].to_pandas()
90
+ print(df.head())
91
+ ```
92
+
93
+ ### Filter to one country
94
+
95
+ ```python
96
+ sample_country = df[df["country_iso3"] == "TUN"]
97
+ ```
98
+
99
+ ### Work with indicators
100
+
101
+ ```python
102
+ if "indicator_id" in df.columns:
103
+ print(df["indicator_id"].value_counts().head())
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 des films subventionnés par le CNCI pendant 2022 et 2023 | Africa (Tunisia official open data)},
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 = {HuggingFace Datasets, repackaged by Electric Sheep Africa},
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 [Other open license]().
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
+ ## About Electric Sheep
128
+
129
+ Electric Sheep Africa is part of the Electric Sheep mission: a unified,
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
+ Browse the full collection: [huggingface.co/electricsheepafrica](https://huggingface.co/electricsheepafrica)
136
+
137
+ ---
138
+
139
+ Provenance: ingested 2026-07-19 via the Electric Sheep pipeline. Source URL:
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
data/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7e3fe2502f475c60db3802b439c54862d68d104dd8ec966eebf84894317118bc
3
+ size 17503
metadata/source_snapshot.json ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "columns": [
3
+ "source_record_id",
4
+ "country_iso3",
5
+ "country_name",
6
+ "annee",
7
+ "non_du_film",
8
+ "genre_du_film",
9
+ "societe_de_production",
10
+ "realisateur",
11
+ "source_period_start_year",
12
+ "source_period_end_year",
13
+ "source_period_label",
14
+ "source_provider",
15
+ "source_dataset",
16
+ "source_resource",
17
+ "source_package_id",
18
+ "source_resource_id",
19
+ "source_url",
20
+ "license_id",
21
+ "retrieved_at"
22
+ ],
23
+ "generated_at": "2026-07-18T23:13:23Z",
24
+ "indicator_count": 0,
25
+ "mode": "tabular_resource",
26
+ "repo_id": "electricsheepafrica/africa-tunisia-liste-des-films-subventionnes-par-le-cnci-pendant-2022-et-c3c35dc3",
27
+ "rows": 99,
28
+ "source": {
29
+ "api_base_url": "https://catalog.data.gov.tn",
30
+ "country_iso3": "TUN",
31
+ "country_name": "Tunisia",
32
+ "group_names": "culture",
33
+ "license_id": "other-open",
34
+ "license_title": "other-open",
35
+ "license_url": "",
36
+ "organization_id": "d86aa48c-bfb0-451f-9be5-36b13aa595e0",
37
+ "organization_name": "ministere-des-affaires-culturelles",
38
+ "organization_title": "Minstère des affaires culturelles",
39
+ "package_author": "CNCI",
40
+ "package_id": "64823c1f-19b1-4856-83b3-52b62b8c0434",
41
+ "package_maintainer": "Ministère des affaires culturelles",
42
+ "package_metadata_created": "2025-01-14T18:27:05.347245",
43
+ "package_metadata_modified": "2025-01-14T18:27:05.347255",
44
+ "package_name": "liste-des-films-subventionnes-par-le-cnci-2022-2023",
45
+ "package_notes": "Ce jeu de données présente la liste des films subventionnés par le CNCI pour les années 2022-2023",
46
+ "package_page_url": "https://catalog.data.gov.tn/dataset/liste-des-films-subventionnes-par-le-cnci-2022-2023",
47
+ "package_private": "False",
48
+ "package_state": "active",
49
+ "package_title": "Liste des films subventionnés par le CNCI pendant 2022 et 2023",
50
+ "package_version": "",
51
+ "portal_url": "https://catalog.data.gov.tn",
52
+ "resource_created": "2025-01-14T18:27:05.353700",
53
+ "resource_datastore_active": "False",
54
+ "resource_description": "Liste des films subventionnés par le CNCI pour les années 2022 et 2023",
55
+ "resource_format": "CSV",
56
+ "resource_hash": "",
57
+ "resource_id": "ed3497f7-609d-4c10-a930-895f402dc4f9",
58
+ "resource_last_modified": "",
59
+ "resource_mimetype": "",
60
+ "resource_name": "Liste des films subventionnés par le CNCI",
61
+ "resource_position": "1",
62
+ "resource_size": "",
63
+ "resource_state": "active",
64
+ "resource_url": "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",
65
+ "retrieved_at": "2026-07-18T23:01:29Z",
66
+ "tag_names": "2022; 2023; court métrage; films; long métrage; réalisateur; société de production"
67
+ },
68
+ "year_max": 2023,
69
+ "year_min": 2022
70
+ }