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
|
@@ -17,6 +17,11 @@ tags:
|
|
| 17 |
- open-data
|
| 18 |
- education
|
| 19 |
- ict
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 20 |
pretty_name: "ICT in Education Indicators for Mauritius | Africa (Mauritius official open data)"
|
| 21 |
---
|
| 22 |
|
|
@@ -32,15 +37,16 @@ pretty_name: "ICT in Education Indicators for Mauritius | Africa (Mauritius offi
|
|
| 32 |
|
| 33 |
## TL;DR
|
| 34 |
|
| 35 |
-
This dataset packages one official CSV resource from **Mauritius** as
|
| 36 |
-
ML-ready Parquet. The
|
| 37 |
-
tabular columns from the
|
| 38 |
|
| 39 |
## About the source
|
| 40 |
|
| 41 |
- **Source:** [ICT in Education Indicators for Mauritius](https://data.govmu.org/dataset/ict-education-indicators-mauritius)
|
| 42 |
- **Publisher:** MDPA
|
| 43 |
- **Resource:** [ICT-in-Education-Indicators-for-Mauritius.csv](https://data.govmu.org/dataset/d500c8ae-5239-4ddc-8819-19f6e165d174/resource/6364bb13-2598-4e52-ae56-ffd0a0870271/download/ict-in-education-indicators-for-mauritius.csv)
|
|
|
|
| 44 |
- **License:** [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/)
|
| 45 |
- **Packaging mode:** `indicator_long`
|
| 46 |
|
|
@@ -50,7 +56,7 @@ tabular columns from the source file stay together in this repo.
|
|
| 50 |
|
| 51 |
| Country | Rows | First year | Last year | Name |
|
| 52 |
|---------|-----:|-----------:|----------:|------|
|
| 53 |
-
| `
|
| 54 |
|
| 55 |
## Indicators or Resource Contents
|
| 56 |
|
|
@@ -63,24 +69,27 @@ tabular columns from the source file stay together in this repo.
|
|
| 63 |
|
| 64 |
| Column | Type | Description | Example |
|
| 65 |
|--------|------|-------------|---------|
|
| 66 |
-
| `indicator_id` | `
|
| 67 |
-
| `indicator_name` | `
|
| 68 |
-
| `country_iso3` | `
|
| 69 |
-
| `country_name` | `
|
| 70 |
| `year` | `Int64` | Observation year. | `2013` |
|
| 71 |
| `value` | `float64` | Numeric observation value. | `4.0` |
|
| 72 |
-
| `unit` | `
|
| 73 |
| `dimension_category` | `string` | Source dimension. | `Computer to Student ratio` |
|
| 74 |
| `dimension_type` | `string` | Source dimension. | `` |
|
| 75 |
| `dimension_level` | `string` | Source dimension. | `Primary` |
|
| 76 |
-
| `
|
| 77 |
-
| `
|
| 78 |
-
| `
|
| 79 |
-
| `
|
| 80 |
-
| `
|
| 81 |
-
| `
|
| 82 |
-
| `
|
| 83 |
-
| `
|
|
|
|
|
|
|
|
|
|
| 84 |
|
| 85 |
## Usage
|
| 86 |
|
|
@@ -95,7 +104,7 @@ print(df.head())
|
|
| 95 |
### Filter to one country
|
| 96 |
|
| 97 |
```python
|
| 98 |
-
sample_country = df[df["country_iso3"] == "
|
| 99 |
```
|
| 100 |
|
| 101 |
### Work with indicators
|
|
@@ -138,5 +147,5 @@ Browse the full collection: [huggingface.co/electricsheepafrica](https://hugging
|
|
| 138 |
|
| 139 |
---
|
| 140 |
|
| 141 |
-
Provenance: ingested 2026-
|
| 142 |
https://data.govmu.org/dataset/d500c8ae-5239-4ddc-8819-19f6e165d174/resource/6364bb13-2598-4e52-ae56-ffd0a0870271/download/ict-in-education-indicators-for-mauritius.csv
|
|
|
|
| 17 |
- open-data
|
| 18 |
- education
|
| 19 |
- ict
|
| 20 |
+
configs:
|
| 21 |
+
- config_name: default
|
| 22 |
+
data_files:
|
| 23 |
+
- split: train
|
| 24 |
+
path: data/train-00000-of-00001.parquet
|
| 25 |
pretty_name: "ICT in Education Indicators for Mauritius | Africa (Mauritius official open data)"
|
| 26 |
---
|
| 27 |
|
|
|
|
| 37 |
|
| 38 |
## TL;DR
|
| 39 |
|
| 40 |
+
This dataset packages one official `CSV` resource from **Mauritius** as
|
| 41 |
+
ML-ready Parquet. The source file is the provenance boundary; all usable
|
| 42 |
+
indicators or tabular columns from the resource stay together in this repo.
|
| 43 |
|
| 44 |
## About the source
|
| 45 |
|
| 46 |
- **Source:** [ICT in Education Indicators for Mauritius](https://data.govmu.org/dataset/ict-education-indicators-mauritius)
|
| 47 |
- **Publisher:** MDPA
|
| 48 |
- **Resource:** [ICT-in-Education-Indicators-for-Mauritius.csv](https://data.govmu.org/dataset/d500c8ae-5239-4ddc-8819-19f6e165d174/resource/6364bb13-2598-4e52-ae56-ffd0a0870271/download/ict-in-education-indicators-for-mauritius.csv)
|
| 49 |
+
- **Format:** `CSV`
|
| 50 |
- **License:** [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/)
|
| 51 |
- **Packaging mode:** `indicator_long`
|
| 52 |
|
|
|
|
| 56 |
|
| 57 |
| Country | Rows | First year | Last year | Name |
|
| 58 |
|---------|-----:|-----------:|----------:|------|
|
| 59 |
+
| `MU` | 608 | 2013 | 2020 | `Mauritius` |
|
| 60 |
|
| 61 |
## Indicators or Resource Contents
|
| 62 |
|
|
|
|
| 69 |
|
| 70 |
| Column | Type | Description | Example |
|
| 71 |
|--------|------|-------------|---------|
|
| 72 |
+
| `indicator_id` | `string` | Stable indicator identifier. | `ict-in-education-indicators-for-mauritius-ratio-17a38b57` |
|
| 73 |
+
| `indicator_name` | `string` | Human-readable indicator name. | `ICT in Education Indicators for Mauritius - ratio` |
|
| 74 |
+
| `country_iso3` | `string` | ISO3 country code. | `MU` |
|
| 75 |
+
| `country_name` | `string` | Country name. | `Mauritius` |
|
| 76 |
| `year` | `Int64` | Observation year. | `2013` |
|
| 77 |
| `value` | `float64` | Numeric observation value. | `4.0` |
|
| 78 |
+
| `unit` | `string` | Measurement unit, when available. | `source_units_unspecified` |
|
| 79 |
| `dimension_category` | `string` | Source dimension. | `Computer to Student ratio` |
|
| 80 |
| `dimension_type` | `string` | Source dimension. | `` |
|
| 81 |
| `dimension_level` | `string` | Source dimension. | `Primary` |
|
| 82 |
+
| `source_period_start_year` | `Int64` | First year inferred from source resource metadata. | `2013` |
|
| 83 |
+
| `source_period_end_year` | `Int64` | Last year inferred from source resource metadata. | `2020` |
|
| 84 |
+
| `source_period_label` | `category` | Human-readable period inferred from source resource metadata. | `2013-2020` |
|
| 85 |
+
| `source_provider` | `category` | Publishing organization. | `MDPA` |
|
| 86 |
+
| `source_dataset` | `category` | Source package title. | `ICT in Education Indicators for Mauritius` |
|
| 87 |
+
| `source_resource` | `category` | Source resource title. | `ICT-in-Education-Indicators-for-Mauritius.csv` |
|
| 88 |
+
| `source_package_id` | `category` | CKAN package UUID. | `d500c8ae-5239-4ddc-8819-19f6e165d174` |
|
| 89 |
+
| `source_resource_id` | `category` | CKAN resource UUID. | `6364bb13-2598-4e52-ae56-ffd0a0870271` |
|
| 90 |
+
| `source_url` | `category` | Original source resource URL. | `https://data.govmu.org/dataset/d500c8ae-5239-4ddc-8819-19f6e165d174/reso` |
|
| 91 |
+
| `license_id` | `category` | Source license identifier. | `CC-BY-SA-4.0` |
|
| 92 |
+
| `retrieved_at` | `category` | UTC retrieval timestamp. | `2026-08-08T16:26:20Z` |
|
| 93 |
|
| 94 |
## Usage
|
| 95 |
|
|
|
|
| 104 |
### Filter to one country
|
| 105 |
|
| 106 |
```python
|
| 107 |
+
sample_country = df[df["country_iso3"] == "MU"]
|
| 108 |
```
|
| 109 |
|
| 110 |
### Work with indicators
|
|
|
|
| 147 |
|
| 148 |
---
|
| 149 |
|
| 150 |
+
Provenance: ingested 2026-08-08 via the Electric Sheep pipeline. Source URL:
|
| 151 |
https://data.govmu.org/dataset/d500c8ae-5239-4ddc-8819-19f6e165d174/resource/6364bb13-2598-4e52-ae56-ffd0a0870271/download/ict-in-education-indicators-for-mauritius.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:7b2c7e31eeecbde026a0878512882e56c6bcaedad740fa54631284ea5470aa3a
|
| 3 |
+
size 20064
|
metadata/source_snapshot.json
CHANGED
|
@@ -10,6 +10,9 @@
|
|
| 10 |
"dimension_category",
|
| 11 |
"dimension_type",
|
| 12 |
"dimension_level",
|
|
|
|
|
|
|
|
|
|
| 13 |
"source_provider",
|
| 14 |
"source_dataset",
|
| 15 |
"source_resource",
|
|
@@ -19,14 +22,14 @@
|
|
| 19 |
"license_id",
|
| 20 |
"retrieved_at"
|
| 21 |
],
|
| 22 |
-
"generated_at": "2026-
|
| 23 |
"indicator_count": 4,
|
| 24 |
"mode": "indicator_long",
|
| 25 |
"repo_id": "electricsheepafrica/africa-mauritius-ict-in-education-indicators-for-mauritius-55dda545",
|
| 26 |
"rows": 608,
|
| 27 |
"source": {
|
| 28 |
"api_base_url": "https://data.govmu.org",
|
| 29 |
-
"country_iso3": "
|
| 30 |
"country_name": "Mauritius",
|
| 31 |
"group_names": "ict-and-telecom; indices",
|
| 32 |
"license_id": "CC-BY-SA-4.0",
|
|
@@ -61,7 +64,7 @@
|
|
| 61 |
"resource_size": "56748",
|
| 62 |
"resource_state": "active",
|
| 63 |
"resource_url": "https://data.govmu.org/dataset/d500c8ae-5239-4ddc-8819-19f6e165d174/resource/6364bb13-2598-4e52-ae56-ffd0a0870271/download/ict-in-education-indicators-for-mauritius.csv",
|
| 64 |
-
"retrieved_at": "2026-
|
| 65 |
"tag_names": "ICT Indicator; Student; education; school"
|
| 66 |
},
|
| 67 |
"year_max": 2020,
|
|
|
|
| 10 |
"dimension_category",
|
| 11 |
"dimension_type",
|
| 12 |
"dimension_level",
|
| 13 |
+
"source_period_start_year",
|
| 14 |
+
"source_period_end_year",
|
| 15 |
+
"source_period_label",
|
| 16 |
"source_provider",
|
| 17 |
"source_dataset",
|
| 18 |
"source_resource",
|
|
|
|
| 22 |
"license_id",
|
| 23 |
"retrieved_at"
|
| 24 |
],
|
| 25 |
+
"generated_at": "2026-08-08T16:29:00Z",
|
| 26 |
"indicator_count": 4,
|
| 27 |
"mode": "indicator_long",
|
| 28 |
"repo_id": "electricsheepafrica/africa-mauritius-ict-in-education-indicators-for-mauritius-55dda545",
|
| 29 |
"rows": 608,
|
| 30 |
"source": {
|
| 31 |
"api_base_url": "https://data.govmu.org",
|
| 32 |
+
"country_iso3": "MU",
|
| 33 |
"country_name": "Mauritius",
|
| 34 |
"group_names": "ict-and-telecom; indices",
|
| 35 |
"license_id": "CC-BY-SA-4.0",
|
|
|
|
| 64 |
"resource_size": "56748",
|
| 65 |
"resource_state": "active",
|
| 66 |
"resource_url": "https://data.govmu.org/dataset/d500c8ae-5239-4ddc-8819-19f6e165d174/resource/6364bb13-2598-4e52-ae56-ffd0a0870271/download/ict-in-education-indicators-for-mauritius.csv",
|
| 67 |
+
"retrieved_at": "2026-08-08T16:23:36Z",
|
| 68 |
"tag_names": "ICT Indicator; Student; education; school"
|
| 69 |
},
|
| 70 |
"year_max": 2020,
|