Kossisoroyce commited on
Commit
6544f5f
·
verified ·
1 Parent(s): 7a63fa4

Upload dataset folder

Browse files
README.md CHANGED
@@ -16,6 +16,11 @@ tags:
16
  - official-statistics
17
  - open-data
18
  - health
 
 
 
 
 
19
  pretty_name: "Admissions due to certain respiratory diseases by sex in government general hospitals | Africa (Mauritius official open data)"
20
  ---
21
 
@@ -31,15 +36,16 @@ pretty_name: "Admissions due to certain respiratory diseases by sex in governmen
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:** [Admissions due to certain respiratory diseases by sex in government general hospitals](https://data.govmu.org/dataset/admissions-due-certain-respiratory-diseases-sex-government-general-hospitals)
41
  - **Publisher:** MDPA
42
  - **Resource:** [Dataset_6.csv](https://data.govmu.org/dataset/9796ea43-36c3-49c0-81e6-ab33b55fed1c/resource/775ef1bd-4858-4d1c-a72d-54af2be52702/download/dataset_6.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` | 60 | 2015 | 2021 | `Mauritius` |
53
 
54
  ## Indicators or Resource Contents
55
 
@@ -59,23 +65,26 @@ 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. | `admissions-due-to-certain-respiratory-diseases-by-sex-in-government-gene` |
63
- | `indicator_name` | `object` | Human-readable indicator name. | `Admissions due to certain respiratory diseases by sex in government gene` |
64
- | `country_iso3` | `object` | ISO3 country code. | `MUS` |
65
- | `country_name` | `object` | Country name. | `Mauritius` |
66
  | `year` | `Int64` | Observation year. | `2015` |
67
  | `value` | `float64` | Numeric observation value. | `2918.0` |
68
- | `unit` | `object` | Measurement unit, when available. | `source_units_unspecified` |
69
  | `dimension_disease` | `string` | Source dimension. | `Acute upper respiratory infections` |
70
  | `dimension_gender` | `string` | Source dimension. | `Male` |
71
- | `source_provider` | `object` | Publishing organization. | `MDPA` |
72
- | `source_dataset` | `object` | Source package title. | `Admissions due to certain respiratory diseases by sex in government gene` |
73
- | `source_resource` | `object` | Source resource title. | `Dataset_6.csv` |
74
- | `source_package_id` | `object` | CKAN package UUID. | `9796ea43-36c3-49c0-81e6-ab33b55fed1c` |
75
- | `source_resource_id` | `object` | CKAN resource UUID. | `775ef1bd-4858-4d1c-a72d-54af2be52702` |
76
- | `source_url` | `object` | Original CSV URL. | `https://data.govmu.org/dataset/9796ea43-36c3-49c0-81e6-ab33b55fed1c/reso` |
77
- | `license_id` | `object` | Source license identifier. | `CC-BY-SA-4.0` |
78
- | `retrieved_at` | `object` | UTC retrieval timestamp. | `2026-07-16T19:23:24Z` |
 
 
 
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"] == "MUS"]
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-07-16 via the Electric Sheep pipeline. Source URL:
137
  https://data.govmu.org/dataset/9796ea43-36c3-49c0-81e6-ab33b55fed1c/resource/775ef1bd-4858-4d1c-a72d-54af2be52702/download/dataset_6.csv
 
16
  - official-statistics
17
  - open-data
18
  - health
19
+ configs:
20
+ - config_name: default
21
+ data_files:
22
+ - split: train
23
+ path: data/train-00000-of-00001.parquet
24
  pretty_name: "Admissions due to certain respiratory diseases by sex in government general hospitals | 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:** [Admissions due to certain respiratory diseases by sex in government general hospitals](https://data.govmu.org/dataset/admissions-due-certain-respiratory-diseases-sex-government-general-hospitals)
46
  - **Publisher:** MDPA
47
  - **Resource:** [Dataset_6.csv](https://data.govmu.org/dataset/9796ea43-36c3-49c0-81e6-ab33b55fed1c/resource/775ef1bd-4858-4d1c-a72d-54af2be52702/download/dataset_6.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` | 60 | 2015 | 2021 | `Mauritius` |
59
 
60
  ## Indicators or Resource Contents
61
 
 
65
 
66
  | Column | Type | Description | Example |
67
  |--------|------|-------------|---------|
68
+ | `indicator_id` | `string` | Stable indicator identifier. | `admissions-due-to-certain-respiratory-diseases-by-sex-in-government-gene` |
69
+ | `indicator_name` | `string` | Human-readable indicator name. | `Admissions due to certain respiratory diseases by sex in government gene` |
70
+ | `country_iso3` | `string` | ISO3 country code. | `MU` |
71
+ | `country_name` | `string` | Country name. | `Mauritius` |
72
  | `year` | `Int64` | Observation year. | `2015` |
73
  | `value` | `float64` | Numeric observation value. | `2918.0` |
74
+ | `unit` | `string` | Measurement unit, when available. | `source_units_unspecified` |
75
  | `dimension_disease` | `string` | Source dimension. | `Acute upper respiratory infections` |
76
  | `dimension_gender` | `string` | Source dimension. | `Male` |
77
+ | `source_period_start_year` | `Int64` | First year inferred from source resource metadata. | `2015` |
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. | `2015-2021` |
80
+ | `source_provider` | `category` | Publishing organization. | `MDPA` |
81
+ | `source_dataset` | `category` | Source package title. | `Admissions due to certain respiratory diseases by sex in government gene` |
82
+ | `source_resource` | `category` | Source resource title. | `Dataset_6.csv` |
83
+ | `source_package_id` | `category` | CKAN package UUID. | `9796ea43-36c3-49c0-81e6-ab33b55fed1c` |
84
+ | `source_resource_id` | `category` | CKAN resource UUID. | `775ef1bd-4858-4d1c-a72d-54af2be52702` |
85
+ | `source_url` | `category` | Original source resource URL. | `https://data.govmu.org/dataset/9796ea43-36c3-49c0-81e6-ab33b55fed1c/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/9796ea43-36c3-49c0-81e6-ab33b55fed1c/resource/775ef1bd-4858-4d1c-a72d-54af2be52702/download/dataset_6.csv
data/train-00000-of-00001.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c986ad0c3a20eac056c4955969e861d6cbcb5c3b1c8dda6246483311bdf30432
3
- size 13196
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:596c55e7d53706b0c1347f54b3680fbae00da5895aeedda0ce60a0e5a029b80d
3
+ size 16441
metadata/source_snapshot.json CHANGED
@@ -9,6 +9,9 @@
9
  "unit",
10
  "dimension_disease",
11
  "dimension_gender",
 
 
 
12
  "source_provider",
13
  "source_dataset",
14
  "source_resource",
@@ -18,14 +21,14 @@
18
  "license_id",
19
  "retrieved_at"
20
  ],
21
- "generated_at": "2026-07-16T19:37:31Z",
22
  "indicator_count": 1,
23
  "mode": "indicator_long",
24
  "repo_id": "electricsheepafrica/africa-mauritius-admissions-due-to-certain-respiratory-diseases-by-sex-in-g-6bf75d42",
25
  "rows": 60,
26
  "source": {
27
  "api_base_url": "https://data.govmu.org",
28
- "country_iso3": "MUS",
29
  "country_name": "Mauritius",
30
  "group_names": "health-and-sports",
31
  "license_id": "CC-BY-SA-4.0",
@@ -60,7 +63,7 @@
60
  "resource_size": "3384",
61
  "resource_state": "active",
62
  "resource_url": "https://data.govmu.org/dataset/9796ea43-36c3-49c0-81e6-ab33b55fed1c/resource/775ef1bd-4858-4d1c-a72d-54af2be52702/download/dataset_6.csv",
63
- "retrieved_at": "2026-07-16T17:57:00Z",
64
  "tag_names": "Disease; Pneumonia; asthma; government hospitals"
65
  },
66
  "year_max": 2021,
 
9
  "unit",
10
  "dimension_disease",
11
  "dimension_gender",
12
+ "source_period_start_year",
13
+ "source_period_end_year",
14
+ "source_period_label",
15
  "source_provider",
16
  "source_dataset",
17
  "source_resource",
 
21
  "license_id",
22
  "retrieved_at"
23
  ],
24
+ "generated_at": "2026-08-08T16:41:31Z",
25
  "indicator_count": 1,
26
  "mode": "indicator_long",
27
  "repo_id": "electricsheepafrica/africa-mauritius-admissions-due-to-certain-respiratory-diseases-by-sex-in-g-6bf75d42",
28
  "rows": 60,
29
  "source": {
30
  "api_base_url": "https://data.govmu.org",
31
+ "country_iso3": "MU",
32
  "country_name": "Mauritius",
33
  "group_names": "health-and-sports",
34
  "license_id": "CC-BY-SA-4.0",
 
63
  "resource_size": "3384",
64
  "resource_state": "active",
65
  "resource_url": "https://data.govmu.org/dataset/9796ea43-36c3-49c0-81e6-ab33b55fed1c/resource/775ef1bd-4858-4d1c-a72d-54af2be52702/download/dataset_6.csv",
66
+ "retrieved_at": "2026-08-08T16:23:36Z",
67
  "tag_names": "Disease; Pneumonia; asthma; government hospitals"
68
  },
69
  "year_max": 2021,