taxapp commited on
Commit
0383f61
·
verified ·
1 Parent(s): 9ee3962

Upload dataset folder

Browse files
README.md ADDED
@@ -0,0 +1,146 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ - xlsx
14
+ - africa
15
+ - mauritius
16
+ - official-statistics
17
+ - open-data
18
+ - energy
19
+ configs:
20
+ - config_name: default
21
+ data_files:
22
+ - split: train
23
+ path: data/train-00000-of-00001.parquet
24
+ pretty_name: "Sales of Electricity by Type of Tariff Group in Mauritius | Africa (Mauritius official open data)"
25
+ ---
26
+
27
+ # Sales of Electricity by Type of Tariff Group in Mauritius | Africa (Mauritius official open data)
28
+
29
+ 750 rows - 1 Africa country - 1990-2019 - Repackaged by [Electric Sheep Africa](https://huggingface.co/electricsheepafrica)
30
+
31
+ ![rows](https://img.shields.io/badge/rows-750-blue)
32
+ ![countries](https://img.shields.io/badge/countries-1-green)
33
+ ![years](https://img.shields.io/badge/years-1990-2019-orange)
34
+ ![indicators](https://img.shields.io/badge/indicators-1-purple)
35
+ ![license](https://img.shields.io/badge/license-cc-by-sa-4.0-lightgrey)
36
+
37
+ ## TL;DR
38
+
39
+ This dataset packages one official `XLSX` 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:** [Sales of Electricity by Type of Tariff Group in Mauritius](https://data.govmu.org/dataset/sales-electricity-type-tariff-group-mauritius)
46
+ - **Publisher:** MDPA
47
+ - **Resource:** [Source-Sales-of-Electricity-by-Type-of-Tariff-Group-for-the-year-1990-2019.xlsx](https://data.govmu.org/dataset/81555bf5-8418-4c3e-9e6e-588f86f3ddcd/resource/ab03aff6-8af3-40d3-a721-f6944633641b/download/source-sales-of-electricity-by-type-of-tariff-group-for-the-year-1990-2019.xlsx)
48
+ - **Format:** `XLSX`
49
+ - **License:** [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/)
50
+ - **Packaging mode:** `indicator_long`
51
+
52
+ ## Geographic coverage
53
+
54
+ 1 Africa country:
55
+
56
+ | Country | Rows | First year | Last year | Name |
57
+ |---------|-----:|-----------:|----------:|------|
58
+ | `MU` | 750 | 1990 | 2019 | `Mauritius` |
59
+
60
+ ## Indicators or Resource Contents
61
+
62
+ - `sales-of-electricity-by-type-of-tariff-group-in-mauritius-cd104b94` - Sales of Electricity by Type of Tariff Group in Mauritius
63
+
64
+ ## Schema
65
+
66
+ | Column | Type | Description | Example |
67
+ |--------|------|-------------|---------|
68
+ | `indicator_id` | `string` | Stable indicator identifier. | `sales-of-electricity-by-type-of-tariff-group-in-mauritius-cd104b94` |
69
+ | `indicator_name` | `string` | Human-readable indicator name. | `Sales of Electricity by Type of Tariff Group in Mauritius` |
70
+ | `country_iso3` | `string` | ISO3 country code. | `MU` |
71
+ | `source_sheet` | `string` | Workbook sheet name, when the source is a spreadsheet. | `T10` |
72
+ | `country_name` | `string` | Country name. | `Mauritius` |
73
+ | `year` | `Int64` | Observation year. | `1990` |
74
+ | `value` | `float64` | Numeric observation value. | `201878.0` |
75
+ | `unit` | `string` | Measurement unit, when available. | `source_units_unspecified` |
76
+ | `dimension_tariff_group` | `string` | Source dimension. | `Domestic` |
77
+ | `source_period_start_year` | `Int64` | First year inferred from source resource metadata. | `1990` |
78
+ | `source_period_end_year` | `Int64` | Last year inferred from source resource metadata. | `2019` |
79
+ | `source_period_label` | `category` | Human-readable period inferred from source resource metadata. | `1990-2019` |
80
+ | `source_provider` | `category` | Publishing organization. | `MDPA` |
81
+ | `source_dataset` | `category` | Source package title. | `Sales of Electricity by Type of Tariff Group in Mauritius` |
82
+ | `source_resource` | `category` | Source resource title. | `Source-Sales-of-Electricity-by-Type-of-Tariff-Group-for-the-year-1990-20` |
83
+ | `source_package_id` | `category` | CKAN package UUID. | `81555bf5-8418-4c3e-9e6e-588f86f3ddcd` |
84
+ | `source_resource_id` | `category` | CKAN resource UUID. | `ab03aff6-8af3-40d3-a721-f6944633641b` |
85
+ | `source_url` | `category` | Original source resource URL. | `https://data.govmu.org/dataset/81555bf5-8418-4c3e-9e6e-588f86f3ddcd/reso` |
86
+ | `license_id` | `category` | Source license identifier. | `CC-BY-SA-4.0` |
87
+ | `retrieved_at` | `category` | UTC retrieval timestamp. | `2026-08-08T16:26:20Z` |
88
+
89
+ ## Usage
90
+
91
+ ```python
92
+ from datasets import load_dataset
93
+
94
+ ds = load_dataset("electricsheepafrica/africa-mauritius-sales-of-electricity-by-type-of-tariff-group-in-mauritius-cd104b94")
95
+ df = ds["train"].to_pandas()
96
+ print(df.head())
97
+ ```
98
+
99
+ ### Filter to one country
100
+
101
+ ```python
102
+ sample_country = df[df["country_iso3"] == "MU"]
103
+ ```
104
+
105
+ ### Work with indicators
106
+
107
+ ```python
108
+ if "indicator_id" in df.columns:
109
+ print(df["indicator_id"].value_counts().head())
110
+ sample = df.sort_values([c for c in ["indicator_id", "year"] if c in df.columns])
111
+ ```
112
+
113
+ ## Citation
114
+
115
+ ```bibtex
116
+ @misc{electric_sheep_africa_africa_mauritius_sales_of_electricity_by_type_of_tariff_group_in_mauritius_cd104_2019,
117
+ title = {Sales of Electricity by Type of Tariff Group in Mauritius | Africa (Mauritius official open data)},
118
+ author = {MDPA},
119
+ year = {2019},
120
+ url = {https://data.govmu.org/dataset/sales-electricity-type-tariff-group-mauritius},
121
+ publisher = {HuggingFace Datasets, repackaged by Electric Sheep Africa},
122
+ howpublished = {\url{https://huggingface.co/datasets/electricsheepafrica/africa-mauritius-sales-of-electricity-by-type-of-tariff-group-in-mauritius-cd104b94}}
123
+ }
124
+ ```
125
+
126
+ ## License
127
+
128
+ Released under [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/).
129
+
130
+ Original data (c) MDPA. When using this dataset, please cite both the
131
+ original source above and the Electric Sheep Africa repackaging.
132
+
133
+ ## About Electric Sheep
134
+
135
+ Electric Sheep Africa is part of the Electric Sheep mission: a unified,
136
+ ML-ready data layer for Africa on Hugging Face. We pull data from authoritative
137
+ open sources, normalize the schemas, package as Parquet, and publish with
138
+ consistent dataset cards so researchers and developers can use `load_dataset()`
139
+ to start working in seconds.
140
+
141
+ Browse the full collection: [huggingface.co/electricsheepafrica](https://huggingface.co/electricsheepafrica)
142
+
143
+ ---
144
+
145
+ Provenance: ingested 2026-08-08 via the Electric Sheep pipeline. Source URL:
146
+ https://data.govmu.org/dataset/81555bf5-8418-4c3e-9e6e-588f86f3ddcd/resource/ab03aff6-8af3-40d3-a721-f6944633641b/download/source-sales-of-electricity-by-type-of-tariff-group-for-the-year-1990-2019.xlsx
data/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e95bb1adb2c2a7916601a86c4f0e39a8e450aec1266b557ad5f6295b18489e69
3
+ size 20192
metadata/source_snapshot.json ADDED
@@ -0,0 +1,71 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "dimension_tariff_group",
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-08-08T17:11:31Z",
25
+ "indicator_count": 1,
26
+ "mode": "indicator_long",
27
+ "repo_id": "electricsheepafrica/africa-mauritius-sales-of-electricity-by-type-of-tariff-group-in-mauritius-cd104b94",
28
+ "rows": 750,
29
+ "source": {
30
+ "api_base_url": "https://data.govmu.org",
31
+ "country_iso3": "MU",
32
+ "country_name": "Mauritius",
33
+ "group_names": "environment-and-natural-resources",
34
+ "license_id": "CC-BY-SA-4.0",
35
+ "license_title": "CC-BY-SA-4.0",
36
+ "license_url": "",
37
+ "organization_id": "fba989d1-7b9a-4338-901c-978558936a9b",
38
+ "organization_name": "mdpa",
39
+ "organization_title": "MDPA",
40
+ "package_author": "",
41
+ "package_id": "81555bf5-8418-4c3e-9e6e-588f86f3ddcd",
42
+ "package_maintainer": "Open Data Mauritius",
43
+ "package_metadata_created": "2024-09-30T12:34:55.349331",
44
+ "package_metadata_modified": "2024-09-30T12:35:06.063293",
45
+ "package_name": "sales-electricity-type-tariff-group-mauritius",
46
+ "package_notes": "<p>Sales of Electricity by Type of Tariff Group for the year 1990 to 2019 in Mauritius</p>",
47
+ "package_page_url": "https://data.govmu.org/dataset/sales-electricity-type-tariff-group-mauritius",
48
+ "package_private": "False",
49
+ "package_state": "active",
50
+ "package_title": "Sales of Electricity by Type of Tariff Group in Mauritius",
51
+ "package_version": "",
52
+ "portal_url": "https://data.govmu.org",
53
+ "resource_created": "2024-09-30T12:34:58.675737",
54
+ "resource_datastore_active": "False",
55
+ "resource_description": "",
56
+ "resource_format": "XLSX",
57
+ "resource_hash": "",
58
+ "resource_id": "ab03aff6-8af3-40d3-a721-f6944633641b",
59
+ "resource_last_modified": "2024-09-30T12:34:58.652579",
60
+ "resource_mimetype": "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet",
61
+ "resource_name": "Source-Sales-of-Electricity-by-Type-of-Tariff-Group-for-the-year-1990-2019.xlsx",
62
+ "resource_position": "2",
63
+ "resource_size": "64666",
64
+ "resource_state": "active",
65
+ "resource_url": "https://data.govmu.org/dataset/81555bf5-8418-4c3e-9e6e-588f86f3ddcd/resource/ab03aff6-8af3-40d3-a721-f6944633641b/download/source-sales-of-electricity-by-type-of-tariff-group-for-the-year-1990-2019.xlsx",
66
+ "retrieved_at": "2026-08-08T16:23:36Z",
67
+ "tag_names": "Commercial; Domestic"
68
+ },
69
+ "year_max": 2019,
70
+ "year_min": 1990
71
+ }