taxapp commited on
Commit
3b9a221
·
verified ·
1 Parent(s): 2be016e

Upload dataset folder

Browse files
README.md ADDED
@@ -0,0 +1,148 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-sa-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
+ - xls
14
+ - africa
15
+ - mauritius
16
+ - official-statistics
17
+ - open-data
18
+ configs:
19
+ - config_name: default
20
+ data_files:
21
+ - split: train
22
+ path: data/train-00000-of-00001.parquet
23
+ pretty_name: "Wage Rate Indices | Africa (Mauritius official open data)"
24
+ ---
25
+
26
+ # Wage Rate Indices | Africa (Mauritius official open data)
27
+
28
+ 114 rows - 1 Africa country - 1993-2015 - Repackaged by [Electric Sheep Africa](https://huggingface.co/electricsheepafrica)
29
+
30
+ ![rows](https://img.shields.io/badge/rows-114-blue)
31
+ ![countries](https://img.shields.io/badge/countries-1-green)
32
+ ![years](https://img.shields.io/badge/years-1993-2015-orange)
33
+ ![indicators](https://img.shields.io/badge/indicators-5-purple)
34
+ ![license](https://img.shields.io/badge/license-cc-by-sa-4.0-lightgrey)
35
+
36
+ ## TL;DR
37
+
38
+ This dataset packages one official `XLS` resource from **Mauritius** as
39
+ ML-ready Parquet. The source file is the provenance boundary; all usable
40
+ indicators or tabular columns from the resource stay together in this repo.
41
+
42
+ ## About the source
43
+
44
+ - **Source:** [Wage Rate Indices](https://data.govmu.org/dataset/wage-rate-indices)
45
+ - **Publisher:** MDPA
46
+ - **Resource:** [SOURCE-Wage-Rate-Indices-multi-base-1993-2016.xls](https://data.govmu.org/dataset/8d3de531-1b13-4cf0-aa8d-2bdfceb7245c/resource/08d12f43-d0ef-46fb-a707-272eea974efc/download/source-wage-rate-indices-multi-base-1993-2016.xls)
47
+ - **Format:** `XLS`
48
+ - **License:** [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/)
49
+ - **Packaging mode:** `indicator_long`
50
+
51
+ ## Geographic coverage
52
+
53
+ 1 Africa country:
54
+
55
+ | Country | Rows | First year | Last year | Name |
56
+ |---------|-----:|-----------:|----------:|------|
57
+ | `MU` | 114 | 1993 | 2015 | `Mauritius` |
58
+
59
+ ## Indicators or Resource Contents
60
+
61
+ - `wage-rate-indices-base-3rd-quarter-1992-100-5d0c11f8` - Wage Rate Indices - base 3rd quarter 1992 100
62
+ - `wage-rate-indices-base-3rd-quarter-2000-100-7c6af6c9` - Wage Rate Indices - base 3rd quarter 2000 100
63
+ - `wage-rate-indices-base-3rd-quarter-2006-100-e365ac48` - Wage Rate Indices - base 3rd quarter 2006 100
64
+ - `wage-rate-indices-base-4th-quarter-2011-100-0c099b16` - Wage Rate Indices - base 4th quarter 2011 100
65
+ - `wage-rate-indices-annual-percentage-change-a3460382` - Wage Rate Indices - annual percentage change
66
+
67
+ ## Schema
68
+
69
+ | Column | Type | Description | Example |
70
+ |--------|------|-------------|---------|
71
+ | `indicator_id` | `string` | Stable indicator identifier. | `wage-rate-indices-base-3rd-quarter-1992-100-5d0c11f8` |
72
+ | `indicator_name` | `string` | Human-readable indicator name. | `Wage Rate Indices - base 3rd quarter 1992 100` |
73
+ | `country_iso3` | `string` | ISO3 country code. | `MU` |
74
+ | `source_sheet` | `string` | Workbook sheet name, when the source is a spreadsheet. | `Sheet1` |
75
+ | `country_name` | `string` | Country name. | `Mauritius` |
76
+ | `year` | `Int64` | Observation year. | `1993` |
77
+ | `value` | `float64` | Numeric observation value. | `115.5` |
78
+ | `unit` | `string` | Measurement unit, when available. | `source_units_unspecified` |
79
+ | `source_period_start_year` | `Int64` | First year inferred from source resource metadata. | `1993` |
80
+ | `source_period_end_year` | `Int64` | Last year inferred from source resource metadata. | `2016` |
81
+ | `source_period_label` | `category` | Human-readable period inferred from source resource metadata. | `1993-2016` |
82
+ | `source_provider` | `category` | Publishing organization. | `MDPA` |
83
+ | `source_dataset` | `category` | Source package title. | `Wage Rate Indices` |
84
+ | `source_resource` | `category` | Source resource title. | `SOURCE-Wage-Rate-Indices-multi-base-1993-2016.xls` |
85
+ | `source_package_id` | `category` | CKAN package UUID. | `8d3de531-1b13-4cf0-aa8d-2bdfceb7245c` |
86
+ | `source_resource_id` | `category` | CKAN resource UUID. | `08d12f43-d0ef-46fb-a707-272eea974efc` |
87
+ | `source_url` | `category` | Original source resource URL. | `https://data.govmu.org/dataset/8d3de531-1b13-4cf0-aa8d-2bdfceb7245c/reso` |
88
+ | `license_id` | `category` | Source license identifier. | `CC-BY-SA-4.0` |
89
+ | `retrieved_at` | `category` | UTC retrieval timestamp. | `2026-08-08T16:26:20Z` |
90
+
91
+ ## Usage
92
+
93
+ ```python
94
+ from datasets import load_dataset
95
+
96
+ ds = load_dataset("electricsheepafrica/africa-mauritius-wage-rate-indices-219a0ef4")
97
+ df = ds["train"].to_pandas()
98
+ print(df.head())
99
+ ```
100
+
101
+ ### Filter to one country
102
+
103
+ ```python
104
+ sample_country = df[df["country_iso3"] == "MU"]
105
+ ```
106
+
107
+ ### Work with indicators
108
+
109
+ ```python
110
+ if "indicator_id" in df.columns:
111
+ print(df["indicator_id"].value_counts().head())
112
+ sample = df.sort_values([c for c in ["indicator_id", "year"] if c in df.columns])
113
+ ```
114
+
115
+ ## Citation
116
+
117
+ ```bibtex
118
+ @misc{electric_sheep_africa_africa_mauritius_wage_rate_indices_219a0ef4_2015,
119
+ title = {Wage Rate Indices | Africa (Mauritius official open data)},
120
+ author = {MDPA},
121
+ year = {2015},
122
+ url = {https://data.govmu.org/dataset/wage-rate-indices},
123
+ publisher = {HuggingFace Datasets, repackaged by Electric Sheep Africa},
124
+ howpublished = {\url{https://huggingface.co/datasets/electricsheepafrica/africa-mauritius-wage-rate-indices-219a0ef4}}
125
+ }
126
+ ```
127
+
128
+ ## License
129
+
130
+ Released under [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/).
131
+
132
+ Original data (c) MDPA. When using this dataset, please cite both the
133
+ original source above and the Electric Sheep Africa repackaging.
134
+
135
+ ## About Electric Sheep
136
+
137
+ Electric Sheep Africa is part of the Electric Sheep mission: a unified,
138
+ ML-ready data layer for Africa on Hugging Face. We pull data from authoritative
139
+ open sources, normalize the schemas, package as Parquet, and publish with
140
+ consistent dataset cards so researchers and developers can use `load_dataset()`
141
+ to start working in seconds.
142
+
143
+ Browse the full collection: [huggingface.co/electricsheepafrica](https://huggingface.co/electricsheepafrica)
144
+
145
+ ---
146
+
147
+ Provenance: ingested 2026-08-08 via the Electric Sheep pipeline. Source URL:
148
+ https://data.govmu.org/dataset/8d3de531-1b13-4cf0-aa8d-2bdfceb7245c/resource/08d12f43-d0ef-46fb-a707-272eea974efc/download/source-wage-rate-indices-multi-base-1993-2016.xls
data/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:950f996dca70f075a291244c349fda9380dfb25abf92b67be694f45c4602d4b3
3
+ size 15833
metadata/source_snapshot.json ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "columns": [
3
+ "indicator_id",
4
+ "indicator_name",
5
+ "country_iso3",
6
+ "source_sheet",
7
+ "country_name",
8
+ "year",
9
+ "value",
10
+ "unit",
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-08-08T17:19:06Z",
24
+ "indicator_count": 5,
25
+ "mode": "indicator_long",
26
+ "repo_id": "electricsheepafrica/africa-mauritius-wage-rate-indices-219a0ef4",
27
+ "rows": 114,
28
+ "source": {
29
+ "api_base_url": "https://data.govmu.org",
30
+ "country_iso3": "MU",
31
+ "country_name": "Mauritius",
32
+ "group_names": "demography-and-employment; indices",
33
+ "license_id": "CC-BY-SA-4.0",
34
+ "license_title": "CC-BY-SA-4.0",
35
+ "license_url": "",
36
+ "organization_id": "fba989d1-7b9a-4338-901c-978558936a9b",
37
+ "organization_name": "mdpa",
38
+ "organization_title": "MDPA",
39
+ "package_author": "",
40
+ "package_id": "8d3de531-1b13-4cf0-aa8d-2bdfceb7245c",
41
+ "package_maintainer": "Open Data Mauritius",
42
+ "package_metadata_created": "2024-09-30T11:47:35.622748",
43
+ "package_metadata_modified": "2024-09-30T11:47:40.550664",
44
+ "package_name": "wage-rate-indices",
45
+ "package_notes": "<p>Wage Rate Indices</p>",
46
+ "package_page_url": "https://data.govmu.org/dataset/wage-rate-indices",
47
+ "package_private": "False",
48
+ "package_state": "active",
49
+ "package_title": "Wage Rate Indices",
50
+ "package_version": "",
51
+ "portal_url": "https://data.govmu.org",
52
+ "resource_created": "2024-09-30T11:47:39.187086",
53
+ "resource_datastore_active": "True",
54
+ "resource_description": "",
55
+ "resource_format": "XLS",
56
+ "resource_hash": "",
57
+ "resource_id": "08d12f43-d0ef-46fb-a707-272eea974efc",
58
+ "resource_last_modified": "2024-09-30T11:47:39.162058",
59
+ "resource_mimetype": "application/vnd.ms-excel",
60
+ "resource_name": "SOURCE-Wage-Rate-Indices-multi-base-1993-2016.xls",
61
+ "resource_position": "3",
62
+ "resource_size": "10752",
63
+ "resource_state": "active",
64
+ "resource_url": "https://data.govmu.org/dataset/8d3de531-1b13-4cf0-aa8d-2bdfceb7245c/resource/08d12f43-d0ef-46fb-a707-272eea974efc/download/source-wage-rate-indices-multi-base-1993-2016.xls",
65
+ "retrieved_at": "2026-08-08T16:23:36Z",
66
+ "tag_names": "Indices; Multi-base; Wage"
67
+ },
68
+ "year_max": 2015,
69
+ "year_min": 1993
70
+ }