taxapp commited on
Commit
b2fa59a
·
verified ·
1 Parent(s): 96bfd67

Upload dataset folder

Browse files
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 CSV is the provenance boundary; all usable indicators or
37
- tabular columns from the source file stay together in this repo.
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
- | `MUS` | 608 | 2013 | 2020 | `Mauritius` |
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` | `object` | Stable indicator identifier. | `ict-in-education-indicators-for-mauritius-ratio-17a38b57` |
67
- | `indicator_name` | `object` | Human-readable indicator name. | `ICT in Education Indicators for Mauritius - ratio` |
68
- | `country_iso3` | `object` | ISO3 country code. | `MUS` |
69
- | `country_name` | `object` | Country name. | `Mauritius` |
70
  | `year` | `Int64` | Observation year. | `2013` |
71
  | `value` | `float64` | Numeric observation value. | `4.0` |
72
- | `unit` | `object` | Measurement unit, when available. | `source_units_unspecified` |
73
  | `dimension_category` | `string` | Source dimension. | `Computer to Student ratio` |
74
  | `dimension_type` | `string` | Source dimension. | `` |
75
  | `dimension_level` | `string` | Source dimension. | `Primary` |
76
- | `source_provider` | `object` | Publishing organization. | `MDPA` |
77
- | `source_dataset` | `object` | Source package title. | `ICT in Education Indicators for Mauritius` |
78
- | `source_resource` | `object` | Source resource title. | `ICT-in-Education-Indicators-for-Mauritius.csv` |
79
- | `source_package_id` | `object` | CKAN package UUID. | `d500c8ae-5239-4ddc-8819-19f6e165d174` |
80
- | `source_resource_id` | `object` | CKAN resource UUID. | `6364bb13-2598-4e52-ae56-ffd0a0870271` |
81
- | `source_url` | `object` | Original CSV URL. | `https://data.govmu.org/dataset/d500c8ae-5239-4ddc-8819-19f6e165d174/reso` |
82
- | `license_id` | `object` | Source license identifier. | `CC-BY-SA-4.0` |
83
- | `retrieved_at` | `object` | UTC retrieval timestamp. | `2026-07-16T19:23:24Z` |
 
 
 
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"] == "MUS"]
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-07-16 via the Electric Sheep pipeline. Source URL:
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:53fd6fb033cb69c37ab730d11e51da86eac7a45a2b9385e0b6f3d0da2fb1cc03
3
- size 16805
 
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-07-16T19:27:57Z",
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": "MUS",
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-07-16T17:57:00Z",
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,