lucyi-morn commited on
Commit
f03116e
·
verified ·
1 Parent(s): 3e8b81b

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
+ pretty_name: "liste des artistes plasticiens dont les œuvres ont été sélectionnées par la comité d ' achat | Africa (Tunisia official open data)"
19
+ ---
20
+
21
+ # liste des artistes plasticiens dont les œuvres ont été sélectionnées par la comité d ' achat | Africa (Tunisia official open data)
22
+
23
+ 6 rows - 1 Africa country - 2019 - Repackaged by [Electric Sheep Africa](https://huggingface.co/electricsheepafrica)
24
+
25
+ ![rows](https://img.shields.io/badge/rows-6-blue)
26
+ ![countries](https://img.shields.io/badge/countries-1-green)
27
+ ![years](https://img.shields.io/badge/years-2019-orange)
28
+ ![indicators](https://img.shields.io/badge/indicators-0-purple)
29
+ ![license](https://img.shields.io/badge/license-other-lightgrey)
30
+
31
+ ## TL;DR
32
+
33
+ This dataset packages one official `CSV` resource from **Tunisia** as
34
+ ML-ready Parquet. The source file is the provenance boundary; all usable
35
+ indicators or tabular columns from the resource stay together in this repo.
36
+
37
+ ## About the source
38
+
39
+ - **Source:** [liste des artistes plasticiens dont les œuvres ont été sélectionnées par la comité d ' achat](https://catalog.data.gov.tn/dataset/liste-des-artistes-plasticiens-dont-les-oeuvres-ont-ete-selectionnees-par-la-comite-d-achat)
40
+ - **Publisher:** Minstère des affaires culturelles
41
+ - **Resource:** [Liste des artistes plasticiens dont les œuvres ont été sélectionnées par la comité d ' achat](http://www.openculture.gov.tn/dataset/3998fdb2-49a7-43f0-a7f8-003181edb607/resource/978ce00a-8e71-4bd0-8489-53bcdacad21b/download/les-oeuvres-ont-ete-selectionnees-par-la-comite-d-achat-2019.csv)
42
+ - **Format:** `CSV`
43
+ - **License:** [Other open license]()
44
+ - **Packaging mode:** `tabular_resource`
45
+
46
+ ## Geographic coverage
47
+
48
+ 1 Africa country:
49
+
50
+ | Country | Rows | First year | Last year | Name |
51
+ |---------|-----:|-----------:|----------:|------|
52
+ | `TUN` | 6 | 2019 | 2019 | `Tunisia` |
53
+
54
+ ## Indicators or Resource Contents
55
+
56
+ - This source file is packaged as a normalized tabular resource.
57
+
58
+ ## Schema
59
+
60
+ | Column | Type | Description | Example |
61
+ |--------|------|-------------|---------|
62
+ | `source_record_id` | `string` | Stable row identifier for tabular resources. | `f3e7381f-9b03-4bda-b60b-d297d004591c:0` |
63
+ | `country_iso3` | `string` | ISO3 country code. | `TUN` |
64
+ | `country_name` | `string` | Country name. | `Tunisia` |
65
+ | `year` | `Int64` | Observation year. | `2019` |
66
+ | `nom_artiste` | `string` | Source column. | `زيد عسل` |
67
+ | `nom_uvre` | `string` | Source column. | `revolution` |
68
+ | `materiaux_finition` | `string` | Source column. | `sculpture de tout une olivier ager de 250 ans` |
69
+ | `taille` | `string` | Source column. | `120x350cm` |
70
+ | `prix` | `int64` | Source column. | `20000` |
71
+ | `source_period_start_year` | `Int64` | First year inferred from source resource metadata. | `2019` |
72
+ | `source_period_end_year` | `Int64` | Last year inferred from source resource metadata. | `2019` |
73
+ | `source_period_label` | `string` | Human-readable period inferred from source resource metadata. | `2019` |
74
+ | `source_provider` | `string` | Publishing organization. | `Minstère des affaires culturelles` |
75
+ | `source_dataset` | `string` | Source package title. | `liste des artistes plasticiens dont les œuvres ont été sélectionnées par` |
76
+ | `source_resource` | `string` | Source resource title. | `Liste des artistes plasticiens dont les œuvres ont été sélectionnées par` |
77
+ | `source_package_id` | `string` | CKAN package UUID. | `5de3ac78-2630-4fc7-93b6-baae6cd7c221` |
78
+ | `source_resource_id` | `string` | CKAN resource UUID. | `f3e7381f-9b03-4bda-b60b-d297d004591c` |
79
+ | `source_url` | `string` | Original source resource URL. | `http://www.openculture.gov.tn/dataset/3998fdb2-49a7-43f0-a7f8-003181edb6` |
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-artistes-plasticiens-dont-les-uvres-ont-ete-sele-74a2783c")
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_artistes_plasticiens_dont_les_uvres_ont_ete_sele_74a278_2019,
111
+ title = {liste des artistes plasticiens dont les œuvres ont été sélectionnées par la comité d ' achat | Africa (Tunisia official open data)},
112
+ author = {Minstère des affaires culturelles},
113
+ year = {2019},
114
+ url = {https://catalog.data.gov.tn/dataset/liste-des-artistes-plasticiens-dont-les-oeuvres-ont-ete-selectionnees-par-la-comite-d-achat},
115
+ publisher = {HuggingFace Datasets, repackaged by Electric Sheep Africa},
116
+ howpublished = {\url{https://huggingface.co/datasets/electricsheepafrica/africa-tunisia-liste-des-artistes-plasticiens-dont-les-uvres-ont-ete-sele-74a2783c}}
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/3998fdb2-49a7-43f0-a7f8-003181edb607/resource/978ce00a-8e71-4bd0-8489-53bcdacad21b/download/les-oeuvres-ont-ete-selectionnees-par-la-comite-d-achat-2019.csv
data/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b2264c7979a9ea35dbb20afe3e2082e842e883c115a40479ebd4d0db11f48043
3
+ size 15758
metadata/source_snapshot.json ADDED
@@ -0,0 +1,71 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "columns": [
3
+ "source_record_id",
4
+ "country_iso3",
5
+ "country_name",
6
+ "year",
7
+ "nom_artiste",
8
+ "nom_uvre",
9
+ "materiaux_finition",
10
+ "taille",
11
+ "prix",
12
+ "source_period_start_year",
13
+ "source_period_end_year",
14
+ "source_period_label",
15
+ "source_provider",
16
+ "source_dataset",
17
+ "source_resource",
18
+ "source_package_id",
19
+ "source_resource_id",
20
+ "source_url",
21
+ "license_id",
22
+ "retrieved_at"
23
+ ],
24
+ "generated_at": "2026-07-19T00:23:01Z",
25
+ "indicator_count": 0,
26
+ "mode": "tabular_resource",
27
+ "repo_id": "electricsheepafrica/africa-tunisia-liste-des-artistes-plasticiens-dont-les-uvres-ont-ete-sele-74a2783c",
28
+ "rows": 6,
29
+ "source": {
30
+ "api_base_url": "https://catalog.data.gov.tn",
31
+ "country_iso3": "TUN",
32
+ "country_name": "Tunisia",
33
+ "group_names": "culture",
34
+ "license_id": "other-open",
35
+ "license_title": "other-open",
36
+ "license_url": "",
37
+ "organization_id": "d86aa48c-bfb0-451f-9be5-36b13aa595e0",
38
+ "organization_name": "ministere-des-affaires-culturelles",
39
+ "organization_title": "Minstère des affaires culturelles",
40
+ "package_author": "",
41
+ "package_id": "5de3ac78-2630-4fc7-93b6-baae6cd7c221",
42
+ "package_maintainer": "",
43
+ "package_metadata_created": "2023-02-17T11:50:30.727570",
44
+ "package_metadata_modified": "2023-03-12T07:45:21.256622",
45
+ "package_name": "liste-des-artistes-plasticiens-dont-les-oeuvres-ont-ete-selectionnees-par-la-comite-d-achat",
46
+ "package_notes": "liste des artistes plasticiens participant au salon régional des beaux-arts de Tataouine de 26 novembre au 10 décembre 2018 et dont les œuvres ont été sélectionnées par le comité des achats . Unité:DT",
47
+ "package_page_url": "https://catalog.data.gov.tn/dataset/liste-des-artistes-plasticiens-dont-les-oeuvres-ont-ete-selectionnees-par-la-comite-d-achat",
48
+ "package_private": "False",
49
+ "package_state": "active",
50
+ "package_title": "liste des artistes plasticiens dont les œuvres ont été sélectionnées par la comité d ' achat",
51
+ "package_version": "",
52
+ "portal_url": "https://catalog.data.gov.tn",
53
+ "resource_created": "2023-02-17T11:50:30.731796",
54
+ "resource_datastore_active": "False",
55
+ "resource_description": "",
56
+ "resource_format": "CSV",
57
+ "resource_hash": "",
58
+ "resource_id": "f3e7381f-9b03-4bda-b60b-d297d004591c",
59
+ "resource_last_modified": "",
60
+ "resource_mimetype": "text/csv",
61
+ "resource_name": "Liste des artistes plasticiens dont les œuvres ont été sélectionnées par la comité d ' achat",
62
+ "resource_position": "2",
63
+ "resource_size": "",
64
+ "resource_state": "active",
65
+ "resource_url": "http://www.openculture.gov.tn/dataset/3998fdb2-49a7-43f0-a7f8-003181edb607/resource/978ce00a-8e71-4bd0-8489-53bcdacad21b/download/les-oeuvres-ont-ete-selectionnees-par-la-comite-d-achat-2019.csv",
66
+ "retrieved_at": "2026-07-18T23:01:29Z",
67
+ "tag_names": "Tataouine; artistes; arts plastiques; liste"
68
+ },
69
+ "year_max": 2019,
70
+ "year_min": 2019
71
+ }