Kossisoroyce commited on
Commit
56b2c64
·
verified ·
1 Parent(s): 2c158b1

Add ML-ready official indicator dataset

Browse files
README.md ADDED
@@ -0,0 +1,139 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ language:
4
+ - en
5
+ task_categories:
6
+ - tabular-regression
7
+ - time-series-forecasting
8
+ multilinguality: monolingual
9
+ size_categories:
10
+ - n<1K
11
+ tags:
12
+ - tabular
13
+ - csv
14
+ - africa
15
+ - mauritius
16
+ - official-statistics
17
+ - open-data
18
+ - tourism
19
+ pretty_name: "Air seats and tourist arrivals, 2019 and 2022 – 2023 | Africa (Mauritius official open data)"
20
+ ---
21
+
22
+ # Air seats and tourist arrivals, 2019 and 2022 – 2023 | Africa (Mauritius official open data)
23
+
24
+ 6 rows - 1 Africa country - 1970 - Repackaged by [Electric Sheep Africa](https://huggingface.co/electricsheepafrica)
25
+
26
+ ![rows](https://img.shields.io/badge/rows-6-blue)
27
+ ![countries](https://img.shields.io/badge/countries-1-green)
28
+ ![years](https://img.shields.io/badge/years-1970-orange)
29
+ ![indicators](https://img.shields.io/badge/indicators-3-purple)
30
+ ![license](https://img.shields.io/badge/license-cc-by-4.0-lightgrey)
31
+
32
+ ## TL;DR
33
+
34
+ This dataset packages one official CSV resource from **Mauritius** as
35
+ ML-ready Parquet. The CSV is the provenance boundary; all usable indicators or
36
+ tabular columns from the source file stay together in this repo.
37
+
38
+ ## About the source
39
+
40
+ - **Source:** [Air seats and tourist arrivals, 2019 and 2022 – 2023](https://data.govmu.org/dataset/air-seats-and-tourist-arrivals-2019-and-2022-2023)
41
+ - **Publisher:** MDPA
42
+ - **Resource:** [CSV File](https://data.govmu.org/dataset/d82e6028-8927-42d1-8e4e-87a77bb89279/resource/fd78ecf3-6674-4925-a1b3-ffd77b4b61b1/download/table1.csv)
43
+ - **License:** [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/)
44
+ - **Packaging mode:** `indicator_long`
45
+
46
+ ## Geographic coverage
47
+
48
+ 1 Africa country:
49
+
50
+ | Country | Rows | First year | Last year | Name |
51
+ |---------|-----:|-----------:|----------:|------|
52
+ | `MUS` | 6 | 1970 | 1970 | `Mauritius` |
53
+
54
+ ## Indicators or Resource Contents
55
+
56
+ - `air-seats-and-tourist-arrivals-2019-and-2022-2023-d-2019-65356adc` - Air seats and tourist arrivals, 2019 and 2022 – 2023 - d 2019
57
+ - `air-seats-and-tourist-arrivals-2019-and-2022-2023-d-2022-810ab914` - Air seats and tourist arrivals, 2019 and 2022 – 2023 - d 2022
58
+ - `air-seats-and-tourist-arrivals-2019-and-2022-2023-d-2023-b932b7df` - Air seats and tourist arrivals, 2019 and 2022 – 2023 - d 2023
59
+
60
+ ## Schema
61
+
62
+ | Column | Type | Description | Example |
63
+ |--------|------|-------------|---------|
64
+ | `indicator_id` | `object` | Stable indicator identifier. | `air-seats-and-tourist-arrivals-2019-and-2022-2023-d-2019-65356adc` |
65
+ | `indicator_name` | `object` | Human-readable indicator name. | `Air seats and tourist arrivals, 2019 and 2022 – 2023 - d 2019` |
66
+ | `country_iso3` | `object` | ISO3 country code. | `MUS` |
67
+ | `country_name` | `object` | Country name. | `Mauritius` |
68
+ | `date` | `string` | Observation date. | `1970-01-01` |
69
+ | `year` | `Int64` | Observation year. | `1970` |
70
+ | `value` | `float64` | Numeric observation value. | `2397287.0` |
71
+ | `unit` | `object` | Measurement unit, when available. | `source_units_unspecified` |
72
+ | `dimension_year` | `string` | Source dimension. | `Total air seats` |
73
+ | `source_provider` | `object` | Publishing organization. | `MDPA` |
74
+ | `source_dataset` | `object` | Source package title. | `Air seats and tourist arrivals, 2019 and 2022 – 2023` |
75
+ | `source_resource` | `object` | Source resource title. | `CSV File` |
76
+ | `source_package_id` | `object` | CKAN package UUID. | `d82e6028-8927-42d1-8e4e-87a77bb89279` |
77
+ | `source_resource_id` | `object` | CKAN resource UUID. | `fd78ecf3-6674-4925-a1b3-ffd77b4b61b1` |
78
+ | `source_url` | `object` | Original CSV URL. | `https://data.govmu.org/dataset/d82e6028-8927-42d1-8e4e-87a77bb89279/reso` |
79
+ | `license_id` | `object` | Source license identifier. | `cc-by` |
80
+ | `retrieved_at` | `object` | UTC retrieval timestamp. | `2026-07-16T19:23:24Z` |
81
+
82
+ ## Usage
83
+
84
+ ```python
85
+ from datasets import load_dataset
86
+
87
+ ds = load_dataset("electricsheepafrica/africa-mauritius-air-seats-and-tourist-arrivals-2019-and-2022-2023-1732c085")
88
+ df = ds["train"].to_pandas()
89
+ print(df.head())
90
+ ```
91
+
92
+ ### Filter to one country
93
+
94
+ ```python
95
+ sample_country = df[df["country_iso3"] == "MUS"]
96
+ ```
97
+
98
+ ### Work with indicators
99
+
100
+ ```python
101
+ if "indicator_id" in df.columns:
102
+ print(df["indicator_id"].value_counts().head())
103
+ sample = df.sort_values([c for c in ["indicator_id", "year"] if c in df.columns])
104
+ ```
105
+
106
+ ## Citation
107
+
108
+ ```bibtex
109
+ @misc{electric_sheep_africa_africa_mauritius_air_seats_and_tourist_arrivals_2019_and_2022_2023_1732c085_1970,
110
+ title = {Air seats and tourist arrivals, 2019 and 2022 – 2023 | Africa (Mauritius official open data)},
111
+ author = {MDPA},
112
+ year = {1970},
113
+ url = {https://data.govmu.org/dataset/air-seats-and-tourist-arrivals-2019-and-2022-2023},
114
+ publisher = {HuggingFace Datasets, repackaged by Electric Sheep Africa},
115
+ howpublished = {\url{https://huggingface.co/datasets/electricsheepafrica/africa-mauritius-air-seats-and-tourist-arrivals-2019-and-2022-2023-1732c085}}
116
+ }
117
+ ```
118
+
119
+ ## License
120
+
121
+ Released under [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/).
122
+
123
+ Original data (c) MDPA. When using this dataset, please cite both the
124
+ original source above and the Electric Sheep Africa repackaging.
125
+
126
+ ## About Electric Sheep
127
+
128
+ Electric Sheep Africa is part of the Electric Sheep mission: a unified,
129
+ ML-ready data layer for Africa on Hugging Face. We pull data from authoritative
130
+ open sources, normalize the schemas, package as Parquet, and publish with
131
+ consistent dataset cards so researchers and developers can use `load_dataset()`
132
+ to start working in seconds.
133
+
134
+ Browse the full collection: [huggingface.co/electricsheepafrica](https://huggingface.co/electricsheepafrica)
135
+
136
+ ---
137
+
138
+ Provenance: ingested 2026-07-16 via the Electric Sheep pipeline. Source URL:
139
+ https://data.govmu.org/dataset/d82e6028-8927-42d1-8e4e-87a77bb89279/resource/fd78ecf3-6674-4925-a1b3-ffd77b4b61b1/download/table1.csv
data/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:783da2aa6dd9bfa77b647f64c0837f01bb24de1318e9ccd8608e235dfdb2cae4
3
+ size 12370
metadata/source_snapshot.json ADDED
@@ -0,0 +1,68 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "columns": [
3
+ "indicator_id",
4
+ "indicator_name",
5
+ "country_iso3",
6
+ "country_name",
7
+ "date",
8
+ "year",
9
+ "value",
10
+ "unit",
11
+ "dimension_year",
12
+ "source_provider",
13
+ "source_dataset",
14
+ "source_resource",
15
+ "source_package_id",
16
+ "source_resource_id",
17
+ "source_url",
18
+ "license_id",
19
+ "retrieved_at"
20
+ ],
21
+ "generated_at": "2026-07-16T19:37:25Z",
22
+ "indicator_count": 3,
23
+ "mode": "indicator_long",
24
+ "repo_id": "electricsheepafrica/africa-mauritius-air-seats-and-tourist-arrivals-2019-and-2022-2023-1732c085",
25
+ "rows": 6,
26
+ "source": {
27
+ "api_base_url": "https://data.govmu.org",
28
+ "country_iso3": "MUS",
29
+ "country_name": "Mauritius",
30
+ "group_names": "travel-and-tourism",
31
+ "license_id": "cc-by",
32
+ "license_title": "Creative Commons Attribution",
33
+ "license_url": "http://www.opendefinition.org/licenses/cc-by",
34
+ "organization_id": "fba989d1-7b9a-4338-901c-978558936a9b",
35
+ "organization_name": "mdpa",
36
+ "organization_title": "MDPA",
37
+ "package_author": "",
38
+ "package_id": "d82e6028-8927-42d1-8e4e-87a77bb89279",
39
+ "package_maintainer": "",
40
+ "package_metadata_created": "2025-09-04T10:56:09.025301",
41
+ "package_metadata_modified": "2026-04-14T17:53:14.521727",
42
+ "package_name": "air-seats-and-tourist-arrivals-2019-and-2022-2023",
43
+ "package_notes": "Dataset shows Air seats and tourist arrivals, 2019 and 2022 – 2023",
44
+ "package_page_url": "https://data.govmu.org/dataset/air-seats-and-tourist-arrivals-2019-and-2022-2023",
45
+ "package_private": "False",
46
+ "package_state": "active",
47
+ "package_title": "Air seats and tourist arrivals, 2019 and 2022 – 2023",
48
+ "package_version": "",
49
+ "portal_url": "https://data.govmu.org",
50
+ "resource_created": "2025-09-04T10:57:18.907332",
51
+ "resource_datastore_active": "True",
52
+ "resource_description": "",
53
+ "resource_format": "CSV",
54
+ "resource_hash": "2056e2522561dc0da3e28f4913eafd2d",
55
+ "resource_id": "fd78ecf3-6674-4925-a1b3-ffd77b4b61b1",
56
+ "resource_last_modified": "2025-09-04T10:57:18.856512",
57
+ "resource_mimetype": "text/csv",
58
+ "resource_name": "CSV File",
59
+ "resource_position": "2",
60
+ "resource_size": "130",
61
+ "resource_state": "active",
62
+ "resource_url": "https://data.govmu.org/dataset/d82e6028-8927-42d1-8e4e-87a77bb89279/resource/fd78ecf3-6674-4925-a1b3-ffd77b4b61b1/download/table1.csv",
63
+ "retrieved_at": "2026-07-16T17:57:00Z",
64
+ "tag_names": "Tourism; Tourist; accommodation; air seats; arrivals; facilities; hotel; passengers; rooms"
65
+ },
66
+ "year_max": 1970,
67
+ "year_min": 1970
68
+ }