Upload dataset folder
Browse files- README.md +36 -30
- data/train-00000-of-00001.parquet +2 -2
- metadata/source_snapshot.json +10 -8
README.md
CHANGED
|
@@ -16,30 +16,36 @@ tags:
|
|
| 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 |
-
|
| 25 |
|
| 26 |
-

|
| 28 |
-

|
| 31 |
|
| 32 |
## TL;DR
|
| 33 |
|
| 34 |
-
This dataset packages one official CSV resource from **Mauritius** as
|
| 35 |
-
ML-ready Parquet. The
|
| 36 |
-
tabular columns from the
|
| 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 |
|
|
@@ -49,35 +55,35 @@ tabular columns from the source file stay together in this repo.
|
|
| 49 |
|
| 50 |
| Country | Rows | First year | Last year | Name |
|
| 51 |
|---------|-----:|-----------:|----------:|------|
|
| 52 |
-
| `
|
| 53 |
|
| 54 |
## Indicators or Resource Contents
|
| 55 |
|
| 56 |
-
- `air-seats-and-tourist-arrivals-2019-and-2022-2023-
|
| 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` | `
|
| 65 |
-
| `indicator_name` | `
|
| 66 |
-
| `country_iso3` | `
|
| 67 |
-
| `country_name` | `
|
| 68 |
-
| `
|
| 69 |
-
| `year` | `Int64` | Observation year. | `1970` |
|
| 70 |
| `value` | `float64` | Numeric observation value. | `2397287.0` |
|
| 71 |
-
| `unit` | `
|
| 72 |
| `dimension_year` | `string` | Source dimension. | `Total air seats` |
|
| 73 |
-
| `
|
| 74 |
-
| `
|
| 75 |
-
| `
|
| 76 |
-
| `
|
| 77 |
-
| `
|
| 78 |
-
| `
|
| 79 |
-
| `
|
| 80 |
-
| `
|
|
|
|
|
|
|
|
|
|
| 81 |
|
| 82 |
## Usage
|
| 83 |
|
|
@@ -92,7 +98,7 @@ print(df.head())
|
|
| 92 |
### Filter to one country
|
| 93 |
|
| 94 |
```python
|
| 95 |
-
sample_country = df[df["country_iso3"] == "
|
| 96 |
```
|
| 97 |
|
| 98 |
### Work with indicators
|
|
@@ -106,10 +112,10 @@ if "indicator_id" in df.columns:
|
|
| 106 |
## Citation
|
| 107 |
|
| 108 |
```bibtex
|
| 109 |
-
@misc{
|
| 110 |
title = {Air seats and tourist arrivals, 2019 and 2022 – 2023 | Africa (Mauritius official open data)},
|
| 111 |
author = {MDPA},
|
| 112 |
-
year = {
|
| 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}}
|
|
@@ -135,5 +141,5 @@ Browse the full collection: [huggingface.co/electricsheepafrica](https://hugging
|
|
| 135 |
|
| 136 |
---
|
| 137 |
|
| 138 |
-
Provenance: ingested 2026-
|
| 139 |
https://data.govmu.org/dataset/d82e6028-8927-42d1-8e4e-87a77bb89279/resource/fd78ecf3-6674-4925-a1b3-ffd77b4b61b1/download/table1.csv
|
|
|
|
| 16 |
- official-statistics
|
| 17 |
- open-data
|
| 18 |
- tourism
|
| 19 |
+
configs:
|
| 20 |
+
- config_name: default
|
| 21 |
+
data_files:
|
| 22 |
+
- split: train
|
| 23 |
+
path: data/train-00000-of-00001.parquet
|
| 24 |
pretty_name: "Air seats and tourist arrivals, 2019 and 2022 – 2023 | Africa (Mauritius official open data)"
|
| 25 |
---
|
| 26 |
|
| 27 |
# Air seats and tourist arrivals, 2019 and 2022 – 2023 | Africa (Mauritius official open data)
|
| 28 |
|
| 29 |
+
8 rows - 1 Africa country - 2019-2024 - Repackaged by [Electric Sheep Africa](https://huggingface.co/electricsheepafrica)
|
| 30 |
|
| 31 |
+

|
| 32 |

|
| 33 |
+

|
| 34 |
+

|
| 35 |

|
| 36 |
|
| 37 |
## TL;DR
|
| 38 |
|
| 39 |
+
This dataset packages one official `CSV` resource from **Mauritius** as
|
| 40 |
+
ML-ready Parquet. The source file is the provenance boundary; all usable
|
| 41 |
+
indicators or tabular columns from the resource stay together in this repo.
|
| 42 |
|
| 43 |
## About the source
|
| 44 |
|
| 45 |
- **Source:** [Air seats and tourist arrivals, 2019 and 2022 – 2023](https://data.govmu.org/dataset/air-seats-and-tourist-arrivals-2019-and-2022-2023)
|
| 46 |
- **Publisher:** MDPA
|
| 47 |
- **Resource:** [CSV File](https://data.govmu.org/dataset/d82e6028-8927-42d1-8e4e-87a77bb89279/resource/fd78ecf3-6674-4925-a1b3-ffd77b4b61b1/download/table1.csv)
|
| 48 |
+
- **Format:** `CSV`
|
| 49 |
- **License:** [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/)
|
| 50 |
- **Packaging mode:** `indicator_long`
|
| 51 |
|
|
|
|
| 55 |
|
| 56 |
| Country | Rows | First year | Last year | Name |
|
| 57 |
|---------|-----:|-----------:|----------:|------|
|
| 58 |
+
| `MU` | 8 | 2019 | 2024 | `Mauritius` |
|
| 59 |
|
| 60 |
## Indicators or Resource Contents
|
| 61 |
|
| 62 |
+
- `air-seats-and-tourist-arrivals-2019-and-2022-2023-1732c085` - Air seats and tourist arrivals, 2019 and 2022 – 2023
|
|
|
|
|
|
|
| 63 |
|
| 64 |
## Schema
|
| 65 |
|
| 66 |
| Column | Type | Description | Example |
|
| 67 |
|--------|------|-------------|---------|
|
| 68 |
+
| `indicator_id` | `string` | Stable indicator identifier. | `air-seats-and-tourist-arrivals-2019-and-2022-2023-1732c085` |
|
| 69 |
+
| `indicator_name` | `string` | Human-readable indicator name. | `Air seats and tourist arrivals, 2019 and 2022 – 2023` |
|
| 70 |
+
| `country_iso3` | `string` | ISO3 country code. | `MU` |
|
| 71 |
+
| `country_name` | `string` | Country name. | `Mauritius` |
|
| 72 |
+
| `year` | `Int64` | Observation year. | `2019` |
|
|
|
|
| 73 |
| `value` | `float64` | Numeric observation value. | `2397287.0` |
|
| 74 |
+
| `unit` | `string` | Measurement unit, when available. | `source_units_unspecified` |
|
| 75 |
| `dimension_year` | `string` | Source dimension. | `Total air seats` |
|
| 76 |
+
| `source_period_start_year` | `Int64` | First year inferred from source resource metadata. | `2019` |
|
| 77 |
+
| `source_period_end_year` | `Int64` | Last year inferred from source resource metadata. | `2023` |
|
| 78 |
+
| `source_period_label` | `category` | Human-readable period inferred from source resource metadata. | `2019-2023` |
|
| 79 |
+
| `source_provider` | `category` | Publishing organization. | `MDPA` |
|
| 80 |
+
| `source_dataset` | `category` | Source package title. | `Air seats and tourist arrivals, 2019 and 2022 – 2023` |
|
| 81 |
+
| `source_resource` | `category` | Source resource title. | `CSV File` |
|
| 82 |
+
| `source_package_id` | `category` | CKAN package UUID. | `d82e6028-8927-42d1-8e4e-87a77bb89279` |
|
| 83 |
+
| `source_resource_id` | `category` | CKAN resource UUID. | `fd78ecf3-6674-4925-a1b3-ffd77b4b61b1` |
|
| 84 |
+
| `source_url` | `category` | Original source resource URL. | `https://data.govmu.org/dataset/d82e6028-8927-42d1-8e4e-87a77bb89279/reso` |
|
| 85 |
+
| `license_id` | `category` | Source license identifier. | `cc-by` |
|
| 86 |
+
| `retrieved_at` | `category` | UTC retrieval timestamp. | `2026-08-08T16:26:20Z` |
|
| 87 |
|
| 88 |
## Usage
|
| 89 |
|
|
|
|
| 98 |
### Filter to one country
|
| 99 |
|
| 100 |
```python
|
| 101 |
+
sample_country = df[df["country_iso3"] == "MU"]
|
| 102 |
```
|
| 103 |
|
| 104 |
### Work with indicators
|
|
|
|
| 112 |
## Citation
|
| 113 |
|
| 114 |
```bibtex
|
| 115 |
+
@misc{electric_sheep_africa_africa_mauritius_air_seats_and_tourist_arrivals_2019_and_2022_2023_1732c085_2024,
|
| 116 |
title = {Air seats and tourist arrivals, 2019 and 2022 – 2023 | Africa (Mauritius official open data)},
|
| 117 |
author = {MDPA},
|
| 118 |
+
year = {2024},
|
| 119 |
url = {https://data.govmu.org/dataset/air-seats-and-tourist-arrivals-2019-and-2022-2023},
|
| 120 |
publisher = {HuggingFace Datasets, repackaged by Electric Sheep Africa},
|
| 121 |
howpublished = {\url{https://huggingface.co/datasets/electricsheepafrica/africa-mauritius-air-seats-and-tourist-arrivals-2019-and-2022-2023-1732c085}}
|
|
|
|
| 141 |
|
| 142 |
---
|
| 143 |
|
| 144 |
+
Provenance: ingested 2026-08-08 via the Electric Sheep pipeline. Source URL:
|
| 145 |
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
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8b192688d620028836ae50a3987044b779da83a6b9539447d36e97051b8577d5
|
| 3 |
+
size 15021
|
metadata/source_snapshot.json
CHANGED
|
@@ -4,11 +4,13 @@
|
|
| 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",
|
|
@@ -18,14 +20,14 @@
|
|
| 18 |
"license_id",
|
| 19 |
"retrieved_at"
|
| 20 |
],
|
| 21 |
-
"generated_at": "2026-
|
| 22 |
-
"indicator_count":
|
| 23 |
"mode": "indicator_long",
|
| 24 |
"repo_id": "electricsheepafrica/africa-mauritius-air-seats-and-tourist-arrivals-2019-and-2022-2023-1732c085",
|
| 25 |
-
"rows":
|
| 26 |
"source": {
|
| 27 |
"api_base_url": "https://data.govmu.org",
|
| 28 |
-
"country_iso3": "
|
| 29 |
"country_name": "Mauritius",
|
| 30 |
"group_names": "travel-and-tourism",
|
| 31 |
"license_id": "cc-by",
|
|
@@ -60,9 +62,9 @@
|
|
| 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-
|
| 64 |
"tag_names": "Tourism; Tourist; accommodation; air seats; arrivals; facilities; hotel; passengers; rooms"
|
| 65 |
},
|
| 66 |
-
"year_max":
|
| 67 |
-
"year_min":
|
| 68 |
}
|
|
|
|
| 4 |
"indicator_name",
|
| 5 |
"country_iso3",
|
| 6 |
"country_name",
|
|
|
|
| 7 |
"year",
|
| 8 |
"value",
|
| 9 |
"unit",
|
| 10 |
"dimension_year",
|
| 11 |
+
"source_period_start_year",
|
| 12 |
+
"source_period_end_year",
|
| 13 |
+
"source_period_label",
|
| 14 |
"source_provider",
|
| 15 |
"source_dataset",
|
| 16 |
"source_resource",
|
|
|
|
| 20 |
"license_id",
|
| 21 |
"retrieved_at"
|
| 22 |
],
|
| 23 |
+
"generated_at": "2026-08-08T16:41:28Z",
|
| 24 |
+
"indicator_count": 1,
|
| 25 |
"mode": "indicator_long",
|
| 26 |
"repo_id": "electricsheepafrica/africa-mauritius-air-seats-and-tourist-arrivals-2019-and-2022-2023-1732c085",
|
| 27 |
+
"rows": 8,
|
| 28 |
"source": {
|
| 29 |
"api_base_url": "https://data.govmu.org",
|
| 30 |
+
"country_iso3": "MU",
|
| 31 |
"country_name": "Mauritius",
|
| 32 |
"group_names": "travel-and-tourism",
|
| 33 |
"license_id": "cc-by",
|
|
|
|
| 62 |
"resource_size": "130",
|
| 63 |
"resource_state": "active",
|
| 64 |
"resource_url": "https://data.govmu.org/dataset/d82e6028-8927-42d1-8e4e-87a77bb89279/resource/fd78ecf3-6674-4925-a1b3-ffd77b4b61b1/download/table1.csv",
|
| 65 |
+
"retrieved_at": "2026-08-08T16:23:36Z",
|
| 66 |
"tag_names": "Tourism; Tourist; accommodation; air seats; arrivals; facilities; hotel; passengers; rooms"
|
| 67 |
},
|
| 68 |
+
"year_max": 2024,
|
| 69 |
+
"year_min": 2019
|
| 70 |
}
|