Upload dataset folder
Browse files- README.md +28 -19
- data/train-00000-of-00001.parquet +2 -2
- metadata/source_snapshot.json +6 -3
README.md
CHANGED
|
@@ -16,6 +16,11 @@ tags:
|
|
| 16 |
- official-statistics
|
| 17 |
- open-data
|
| 18 |
- energy
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 19 |
pretty_name: "Sales of electricity by type of tariff | Africa (Mauritius official open data)"
|
| 20 |
---
|
| 21 |
|
|
@@ -31,15 +36,16 @@ pretty_name: "Sales of electricity by type of tariff | Africa (Mauritius officia
|
|
| 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:** [Sales of electricity by type of tariff](https://data.govmu.org/dataset/sales-electricity-type-tariff)
|
| 41 |
- **Publisher:** MDPA
|
| 42 |
- **Resource:** [Sales-of-electricity-by-type-of-tariff-2017-2021.csv](https://data.govmu.org/dataset/89d7ecdc-fff6-4dce-a4a0-7edcc597b5c7/resource/fcfec910-0b34-4505-a2a2-d2a0f184af41/download/sales-of-electricity-by-type-of-tariff-2017-2021.csv)
|
|
|
|
| 43 |
- **License:** [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/)
|
| 44 |
- **Packaging mode:** `indicator_long`
|
| 45 |
|
|
@@ -49,7 +55,7 @@ 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 |
|
|
@@ -60,22 +66,25 @@ tabular columns from the source file stay together in this repo.
|
|
| 60 |
|
| 61 |
| Column | Type | Description | Example |
|
| 62 |
|--------|------|-------------|---------|
|
| 63 |
-
| `indicator_id` | `
|
| 64 |
-
| `indicator_name` | `
|
| 65 |
-
| `country_iso3` | `
|
| 66 |
-
| `country_name` | `
|
| 67 |
| `year` | `Int64` | Observation year. | `2017` |
|
| 68 |
| `value` | `float64` | Numeric observation value. | `872.7` |
|
| 69 |
-
| `unit` | `
|
| 70 |
| `dimension_type_of_tarrif` | `string` | Source dimension. | `Domestic` |
|
| 71 |
-
| `
|
| 72 |
-
| `
|
| 73 |
-
| `
|
| 74 |
-
| `
|
| 75 |
-
| `
|
| 76 |
-
| `
|
| 77 |
-
| `
|
| 78 |
-
| `
|
|
|
|
|
|
|
|
|
|
| 79 |
|
| 80 |
## Usage
|
| 81 |
|
|
@@ -90,7 +99,7 @@ print(df.head())
|
|
| 90 |
### Filter to one country
|
| 91 |
|
| 92 |
```python
|
| 93 |
-
sample_country = df[df["country_iso3"] == "
|
| 94 |
```
|
| 95 |
|
| 96 |
### Work with indicators
|
|
@@ -133,5 +142,5 @@ Browse the full collection: [huggingface.co/electricsheepafrica](https://hugging
|
|
| 133 |
|
| 134 |
---
|
| 135 |
|
| 136 |
-
Provenance: ingested 2026-
|
| 137 |
https://data.govmu.org/dataset/89d7ecdc-fff6-4dce-a4a0-7edcc597b5c7/resource/fcfec910-0b34-4505-a2a2-d2a0f184af41/download/sales-of-electricity-by-type-of-tariff-2017-2021.csv
|
|
|
|
| 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 | Africa (Mauritius official open data)"
|
| 25 |
---
|
| 26 |
|
|
|
|
| 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:** [Sales of electricity by type of tariff](https://data.govmu.org/dataset/sales-electricity-type-tariff)
|
| 46 |
- **Publisher:** MDPA
|
| 47 |
- **Resource:** [Sales-of-electricity-by-type-of-tariff-2017-2021.csv](https://data.govmu.org/dataset/89d7ecdc-fff6-4dce-a4a0-7edcc597b5c7/resource/fcfec910-0b34-4505-a2a2-d2a0f184af41/download/sales-of-electricity-by-type-of-tariff-2017-2021.csv)
|
| 48 |
+
- **Format:** `CSV`
|
| 49 |
- **License:** [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/)
|
| 50 |
- **Packaging mode:** `indicator_long`
|
| 51 |
|
|
|
|
| 55 |
|
| 56 |
| Country | Rows | First year | Last year | Name |
|
| 57 |
|---------|-----:|-----------:|----------:|------|
|
| 58 |
+
| `MU` | 40 | 2017 | 2021 | `Mauritius` |
|
| 59 |
|
| 60 |
## Indicators or Resource Contents
|
| 61 |
|
|
|
|
| 66 |
|
| 67 |
| Column | Type | Description | Example |
|
| 68 |
|--------|------|-------------|---------|
|
| 69 |
+
| `indicator_id` | `string` | Stable indicator identifier. | `sales-of-electricity-by-type-of-tariff-sales-87e5c027` |
|
| 70 |
+
| `indicator_name` | `string` | Human-readable indicator name. | `Sales of electricity by type of tariff - sales` |
|
| 71 |
+
| `country_iso3` | `string` | ISO3 country code. | `MU` |
|
| 72 |
+
| `country_name` | `string` | Country name. | `Mauritius` |
|
| 73 |
| `year` | `Int64` | Observation year. | `2017` |
|
| 74 |
| `value` | `float64` | Numeric observation value. | `872.7` |
|
| 75 |
+
| `unit` | `string` | Measurement unit, when available. | `source_units_unspecified` |
|
| 76 |
| `dimension_type_of_tarrif` | `string` | Source dimension. | `Domestic` |
|
| 77 |
+
| `source_period_start_year` | `Int64` | First year inferred from source resource metadata. | `2017` |
|
| 78 |
+
| `source_period_end_year` | `Int64` | Last year inferred from source resource metadata. | `2021` |
|
| 79 |
+
| `source_period_label` | `category` | Human-readable period inferred from source resource metadata. | `2017-2021` |
|
| 80 |
+
| `source_provider` | `category` | Publishing organization. | `MDPA` |
|
| 81 |
+
| `source_dataset` | `category` | Source package title. | `Sales of electricity by type of tariff` |
|
| 82 |
+
| `source_resource` | `category` | Source resource title. | `Sales-of-electricity-by-type-of-tariff-2017-2021.csv` |
|
| 83 |
+
| `source_package_id` | `category` | CKAN package UUID. | `89d7ecdc-fff6-4dce-a4a0-7edcc597b5c7` |
|
| 84 |
+
| `source_resource_id` | `category` | CKAN resource UUID. | `fcfec910-0b34-4505-a2a2-d2a0f184af41` |
|
| 85 |
+
| `source_url` | `category` | Original source resource URL. | `https://data.govmu.org/dataset/89d7ecdc-fff6-4dce-a4a0-7edcc597b5c7/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 |
|
|
|
|
| 99 |
### Filter to one country
|
| 100 |
|
| 101 |
```python
|
| 102 |
+
sample_country = df[df["country_iso3"] == "MU"]
|
| 103 |
```
|
| 104 |
|
| 105 |
### Work with indicators
|
|
|
|
| 142 |
|
| 143 |
---
|
| 144 |
|
| 145 |
+
Provenance: ingested 2026-08-08 via the Electric Sheep pipeline. Source URL:
|
| 146 |
https://data.govmu.org/dataset/89d7ecdc-fff6-4dce-a4a0-7edcc597b5c7/resource/fcfec910-0b34-4505-a2a2-d2a0f184af41/download/sales-of-electricity-by-type-of-tariff-2017-2021.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:5ff28be9d632b1c35970fcfed08d42848ba3644eaa4c1d2fd8d41b2f7b17d384
|
| 3 |
+
size 15669
|
metadata/source_snapshot.json
CHANGED
|
@@ -8,6 +8,9 @@
|
|
| 8 |
"value",
|
| 9 |
"unit",
|
| 10 |
"dimension_type_of_tarrif",
|
|
|
|
|
|
|
|
|
|
| 11 |
"source_provider",
|
| 12 |
"source_dataset",
|
| 13 |
"source_resource",
|
|
@@ -17,14 +20,14 @@
|
|
| 17 |
"license_id",
|
| 18 |
"retrieved_at"
|
| 19 |
],
|
| 20 |
-
"generated_at": "2026-
|
| 21 |
"indicator_count": 2,
|
| 22 |
"mode": "indicator_long",
|
| 23 |
"repo_id": "electricsheepafrica/africa-mauritius-sales-of-electricity-by-type-of-tariff-8e98e883",
|
| 24 |
"rows": 40,
|
| 25 |
"source": {
|
| 26 |
"api_base_url": "https://data.govmu.org",
|
| 27 |
-
"country_iso3": "
|
| 28 |
"country_name": "Mauritius",
|
| 29 |
"group_names": "environment-and-natural-resources",
|
| 30 |
"license_id": "CC-BY-SA-4.0",
|
|
@@ -59,7 +62,7 @@
|
|
| 59 |
"resource_size": "578",
|
| 60 |
"resource_state": "active",
|
| 61 |
"resource_url": "https://data.govmu.org/dataset/89d7ecdc-fff6-4dce-a4a0-7edcc597b5c7/resource/fcfec910-0b34-4505-a2a2-d2a0f184af41/download/sales-of-electricity-by-type-of-tariff-2017-2021.csv",
|
| 62 |
-
"retrieved_at": "2026-
|
| 63 |
"tag_names": "Commercial; Domestic; ceb; gwh; industrial; tarrif"
|
| 64 |
},
|
| 65 |
"year_max": 2021,
|
|
|
|
| 8 |
"value",
|
| 9 |
"unit",
|
| 10 |
"dimension_type_of_tarrif",
|
| 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:32:54Z",
|
| 24 |
"indicator_count": 2,
|
| 25 |
"mode": "indicator_long",
|
| 26 |
"repo_id": "electricsheepafrica/africa-mauritius-sales-of-electricity-by-type-of-tariff-8e98e883",
|
| 27 |
"rows": 40,
|
| 28 |
"source": {
|
| 29 |
"api_base_url": "https://data.govmu.org",
|
| 30 |
+
"country_iso3": "MU",
|
| 31 |
"country_name": "Mauritius",
|
| 32 |
"group_names": "environment-and-natural-resources",
|
| 33 |
"license_id": "CC-BY-SA-4.0",
|
|
|
|
| 62 |
"resource_size": "578",
|
| 63 |
"resource_state": "active",
|
| 64 |
"resource_url": "https://data.govmu.org/dataset/89d7ecdc-fff6-4dce-a4a0-7edcc597b5c7/resource/fcfec910-0b34-4505-a2a2-d2a0f184af41/download/sales-of-electricity-by-type-of-tariff-2017-2021.csv",
|
| 65 |
+
"retrieved_at": "2026-08-08T16:23:36Z",
|
| 66 |
"tag_names": "Commercial; Domestic; ceb; gwh; industrial; tarrif"
|
| 67 |
},
|
| 68 |
"year_max": 2021,
|