lucyi-morn commited on
Commit
56615a2
·
verified ·
1 Parent(s): 4986d3b

Upload dataset folder

Browse files
README.md CHANGED
@@ -16,6 +16,11 @@ tags:
16
  - official-statistics
17
  - open-data
18
  - ict
 
 
 
 
 
19
  pretty_name: "Small Development Projects under Indian Grant | Africa (Mauritius official open data)"
20
  ---
21
 
@@ -31,15 +36,16 @@ pretty_name: "Small Development Projects under Indian Grant | Africa (Mauritius
31
 
32
  ## TL;DR
33
 
34
- This dataset packages one official CSV resource from **Mauritius** as
35
- ML-ready Parquet. The CSV is the provenance boundary; all usable indicators or
36
- tabular columns from the source file stay together in this repo.
37
 
38
  ## About the source
39
 
40
  - **Source:** [Small Development Projects under Indian Grant](https://data.govmu.org/dataset/small-development-projects-under-indian-grant)
41
  - **Publisher:** MDPA
42
  - **Resource:** [Small_Dev_Proj_Indian_Grant.csv](https://data.govmu.org/dataset/b69c62c3-ca41-4497-9f68-3adc741b31c7/resource/88633aad-c280-4ae1-972c-e8f8a0f3878c/download/small_dev_proj_indian_grant.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
- | `MUS` | 380 | 2022 | 2023 | `Mauritius` |
53
 
54
  ## Indicators or Resource Contents
55
 
@@ -59,25 +65,28 @@ tabular columns from the source file stay together in this repo.
59
 
60
  | Column | Type | Description | Example |
61
  |--------|------|-------------|---------|
62
- | `indicator_id` | `object` | Stable indicator identifier. | `small-development-projects-under-indian-grant-350b7dc6` |
63
- | `indicator_name` | `object` | Human-readable indicator name. | `Small Development Projects under Indian Grant` |
64
- | `country_iso3` | `object` | ISO3 country code. | `MUS` |
65
- | `country_name` | `object` | Country name. | `Mauritius` |
66
  | `year` | `Int64` | Observation year. | `2023` |
67
  | `value` | `float64` | Numeric observation value. | `12.0` |
68
- | `unit` | `object` | Measurement unit, when available. | `source_units_unspecified` |
69
  | `dimension_rev` | `string` | Source dimension. | `Project Value` |
70
  | `dimension_general_public_services` | `string` | Source dimension. | `District of Port Louis` |
71
  | `dimension_project_description` | `string` | Source dimension. | `Upgrading of Bienheureux Pere Laval Football Ground at Ste Croix` |
72
  | `dimension_implementing_agency` | `string` | Source dimension. | `Ministry of Local Government and Disaster Risk Management` |
73
- | `source_provider` | `object` | Publishing organization. | `MDPA` |
74
- | `source_dataset` | `object` | Source package title. | `Small Development Projects under Indian Grant` |
75
- | `source_resource` | `object` | Source resource title. | `Small_Dev_Proj_Indian_Grant.csv` |
76
- | `source_package_id` | `object` | CKAN package UUID. | `b69c62c3-ca41-4497-9f68-3adc741b31c7` |
77
- | `source_resource_id` | `object` | CKAN resource UUID. | `88633aad-c280-4ae1-972c-e8f8a0f3878c` |
78
- | `source_url` | `object` | Original CSV URL. | `https://data.govmu.org/dataset/b69c62c3-ca41-4497-9f68-3adc741b31c7/reso` |
79
- | `license_id` | `object` | Source license identifier. | `CC-BY-SA-4.0` |
80
- | `retrieved_at` | `object` | UTC retrieval timestamp. | `2026-07-16T19:23:24Z` |
 
 
 
81
 
82
  ## Usage
83
 
@@ -92,7 +101,7 @@ print(df.head())
92
  ### Filter to one country
93
 
94
  ```python
95
- sample_country = df[df["country_iso3"] == "MUS"]
96
  ```
97
 
98
  ### Work with indicators
@@ -135,5 +144,5 @@ Browse the full collection: [huggingface.co/electricsheepafrica](https://hugging
135
 
136
  ---
137
 
138
- Provenance: ingested 2026-07-16 via the Electric Sheep pipeline. Source URL:
139
  https://data.govmu.org/dataset/b69c62c3-ca41-4497-9f68-3adc741b31c7/resource/88633aad-c280-4ae1-972c-e8f8a0f3878c/download/small_dev_proj_indian_grant.csv
 
16
  - official-statistics
17
  - open-data
18
  - ict
19
+ configs:
20
+ - config_name: default
21
+ data_files:
22
+ - split: train
23
+ path: data/train-00000-of-00001.parquet
24
  pretty_name: "Small Development Projects under Indian Grant | 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:** [Small Development Projects under Indian Grant](https://data.govmu.org/dataset/small-development-projects-under-indian-grant)
46
  - **Publisher:** MDPA
47
  - **Resource:** [Small_Dev_Proj_Indian_Grant.csv](https://data.govmu.org/dataset/b69c62c3-ca41-4497-9f68-3adc741b31c7/resource/88633aad-c280-4ae1-972c-e8f8a0f3878c/download/small_dev_proj_indian_grant.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` | 380 | 2022 | 2023 | `Mauritius` |
59
 
60
  ## Indicators or Resource Contents
61
 
 
65
 
66
  | Column | Type | Description | Example |
67
  |--------|------|-------------|---------|
68
+ | `indicator_id` | `string` | Stable indicator identifier. | `small-development-projects-under-indian-grant-350b7dc6` |
69
+ | `indicator_name` | `string` | Human-readable indicator name. | `Small Development Projects under Indian Grant` |
70
+ | `country_iso3` | `string` | ISO3 country code. | `MU` |
71
+ | `country_name` | `string` | Country name. | `Mauritius` |
72
  | `year` | `Int64` | Observation year. | `2023` |
73
  | `value` | `float64` | Numeric observation value. | `12.0` |
74
+ | `unit` | `string` | Measurement unit, when available. | `source_units_unspecified` |
75
  | `dimension_rev` | `string` | Source dimension. | `Project Value` |
76
  | `dimension_general_public_services` | `string` | Source dimension. | `District of Port Louis` |
77
  | `dimension_project_description` | `string` | Source dimension. | `Upgrading of Bienheureux Pere Laval Football Ground at Ste Croix` |
78
  | `dimension_implementing_agency` | `string` | Source dimension. | `Ministry of Local Government and Disaster Risk Management` |
79
+ | `source_period_start_year` | `Int64` | First year inferred from source resource metadata. | `` |
80
+ | `source_period_end_year` | `Int64` | Last year inferred from source resource metadata. | `` |
81
+ | `source_period_label` | `string` | Human-readable period inferred from source resource metadata. | `` |
82
+ | `source_provider` | `category` | Publishing organization. | `MDPA` |
83
+ | `source_dataset` | `category` | Source package title. | `Small Development Projects under Indian Grant` |
84
+ | `source_resource` | `category` | Source resource title. | `Small_Dev_Proj_Indian_Grant.csv` |
85
+ | `source_package_id` | `category` | CKAN package UUID. | `b69c62c3-ca41-4497-9f68-3adc741b31c7` |
86
+ | `source_resource_id` | `category` | CKAN resource UUID. | `88633aad-c280-4ae1-972c-e8f8a0f3878c` |
87
+ | `source_url` | `category` | Original source resource URL. | `https://data.govmu.org/dataset/b69c62c3-ca41-4497-9f68-3adc741b31c7/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
 
 
101
  ### Filter to one country
102
 
103
  ```python
104
+ sample_country = df[df["country_iso3"] == "MU"]
105
  ```
106
 
107
  ### Work with indicators
 
144
 
145
  ---
146
 
147
+ Provenance: ingested 2026-08-08 via the Electric Sheep pipeline. Source URL:
148
  https://data.govmu.org/dataset/b69c62c3-ca41-4497-9f68-3adc741b31c7/resource/88633aad-c280-4ae1-972c-e8f8a0f3878c/download/small_dev_proj_indian_grant.csv
data/train-00000-of-00001.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ef938c7c446a90298eb4cbaae1e4dcb327795278d64a35d27c067e7b45c6b804
3
- size 19320
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d3ec387e8e3eeb2fd00fe64fabf305e81675d3bafd50ddcd4c0b34b3317dc25e
3
+ size 22193
metadata/source_snapshot.json CHANGED
@@ -11,6 +11,9 @@
11
  "dimension_general_public_services",
12
  "dimension_project_description",
13
  "dimension_implementing_agency",
 
 
 
14
  "source_provider",
15
  "source_dataset",
16
  "source_resource",
@@ -20,14 +23,14 @@
20
  "license_id",
21
  "retrieved_at"
22
  ],
23
- "generated_at": "2026-07-16T19:51:22Z",
24
  "indicator_count": 1,
25
  "mode": "indicator_long",
26
  "repo_id": "electricsheepafrica/africa-mauritius-small-development-projects-under-indian-grant-199ea06a",
27
  "rows": 380,
28
  "source": {
29
  "api_base_url": "https://data.govmu.org",
30
- "country_iso3": "MUS",
31
  "country_name": "Mauritius",
32
  "group_names": "finance-and-trade",
33
  "license_id": "CC-BY-SA-4.0",
@@ -62,7 +65,7 @@
62
  "resource_size": "56353",
63
  "resource_state": "active",
64
  "resource_url": "https://data.govmu.org/dataset/b69c62c3-ca41-4497-9f68-3adc741b31c7/resource/88633aad-c280-4ae1-972c-e8f8a0f3878c/download/small_dev_proj_indian_grant.csv",
65
- "retrieved_at": "2026-07-16T17:57:00Z",
66
  "tag_names": "Budget; Capital Projects; district; grants"
67
  },
68
  "year_max": 2023,
 
11
  "dimension_general_public_services",
12
  "dimension_project_description",
13
  "dimension_implementing_agency",
14
+ "source_period_start_year",
15
+ "source_period_end_year",
16
+ "source_period_label",
17
  "source_provider",
18
  "source_dataset",
19
  "source_resource",
 
23
  "license_id",
24
  "retrieved_at"
25
  ],
26
+ "generated_at": "2026-08-08T17:05:16Z",
27
  "indicator_count": 1,
28
  "mode": "indicator_long",
29
  "repo_id": "electricsheepafrica/africa-mauritius-small-development-projects-under-indian-grant-199ea06a",
30
  "rows": 380,
31
  "source": {
32
  "api_base_url": "https://data.govmu.org",
33
+ "country_iso3": "MU",
34
  "country_name": "Mauritius",
35
  "group_names": "finance-and-trade",
36
  "license_id": "CC-BY-SA-4.0",
 
65
  "resource_size": "56353",
66
  "resource_state": "active",
67
  "resource_url": "https://data.govmu.org/dataset/b69c62c3-ca41-4497-9f68-3adc741b31c7/resource/88633aad-c280-4ae1-972c-e8f8a0f3878c/download/small_dev_proj_indian_grant.csv",
68
+ "retrieved_at": "2026-08-08T16:23:36Z",
69
  "tag_names": "Budget; Capital Projects; district; grants"
70
  },
71
  "year_max": 2023,