Kossisoroyce commited on
Commit
69c2f41
·
verified ·
1 Parent(s): 0a37562

Add README.md

Browse files
Files changed (1) hide show
  1. README.md +158 -52
README.md CHANGED
@@ -1,56 +1,162 @@
1
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  dataset_info:
3
- features:
4
- - name: gho_code
5
- dtype: string
6
- - name: gho_display
7
- dtype: string
8
- - name: year_display
9
- dtype: float64
10
- - name: startyear
11
- dtype: float64
12
- - name: endyear
13
- dtype: float64
14
- - name: region_code
15
- dtype: string
16
- - name: region_display
17
- dtype: string
18
- - name: country_code
19
- dtype: string
20
- - name: country_display
21
- dtype: string
22
- - name: dimension_type
23
- dtype: string
24
- - name: dimension_code
25
- dtype: string
26
- - name: dimension_name
27
- dtype: string
28
- - name: numeric
29
- dtype: float64
30
- - name: value
31
- dtype: string
32
- - name: low
33
- dtype: float64
34
- - name: high
35
- dtype: float64
36
- - name: esa_source
37
- dtype: string
38
- - name: esa_processed
39
- dtype: string
40
  splits:
41
- - name: train
42
- num_bytes: 1773700
43
- num_examples: 7253
44
- - name: test
45
- num_bytes: 447756
46
- num_examples: 1814
47
- download_size: 470731
48
- dataset_size: 2221456
49
- configs:
50
- - config_name: default
51
- data_files:
52
- - split: train
53
- path: data/train-*
54
- - split: test
55
- path: data/test-*
56
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ annotations_creators:
3
+ - no-annotation
4
+ language_creators:
5
+ - found
6
+ language:
7
+ - en
8
+ license: other
9
+ multilinguality:
10
+ - monolingual
11
+ size_categories:
12
+ - 1K<n<10K
13
+ source_datasets:
14
+ - original
15
+ task_categories:
16
+ - tabular-classification
17
+ - tabular-regression
18
+ task_ids: []
19
+ tags:
20
+ - africa
21
+ - humanitarian
22
+ - hdx
23
+ - electric-sheep-africa
24
+ - hxl
25
+ - indicators
26
+ - uzb
27
+ pretty_name: "Uzbekistan - Historical Health Indicators"
28
  dataset_info:
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
29
  splits:
30
+ - name: train
31
+ num_examples: 7253
32
+ - name: test
33
+ num_examples: 1813
 
 
 
 
 
 
 
 
 
 
 
34
  ---
35
+
36
+ # Uzbekistan - Historical Health Indicators
37
+
38
+ **Publisher:** World Health Organization · **Source:** [HDX](https://data.humdata.org/dataset/who-historical-data-for-uzb) · **License:** `hdx-other` · **Updated:** 2025-02-07
39
+
40
+ ---
41
+
42
+ ## Abstract
43
+
44
+ This dataset contains historical data from WHO's [data portal](https://www.who.int/gho/en/).
45
+
46
+ Each row in this dataset represents first-level administrative unit observations. Data was last updated on HDX on 2025-02-07. Geographic scope: **UZB**.
47
+
48
+ *Curated into ML-ready Parquet format by [Electric Sheep Africa](https://huggingface.co/electricsheepafrica).*
49
+
50
+ ---
51
+
52
+ ## Dataset Characteristics
53
+
54
+ | | |
55
+ |---|---|
56
+ | **Domain** | Humanitarian and development data |
57
+ | **Unit of observation** | First-level administrative unit observations |
58
+ | **Rows (total)** | 9,067 |
59
+ | **Columns** | 18 (6 numeric, 12 categorical, 0 datetime) |
60
+ | **Train split** | 7,253 rows |
61
+ | **Test split** | 1,813 rows |
62
+ | **Geographic scope** | UZB |
63
+ | **Publisher** | World Health Organization |
64
+ | **HDX last updated** | 2025-02-07 |
65
+
66
+ ---
67
+
68
+ ## Variables
69
+
70
+ **Geographic** — `gho_display` (Mean BMI (kg/m&#xb2;) (crude estimate), Adolescent mortality rate (per 1 000 age specific cohort), Alcohol, recorded per capita (15+) consumption (in litres of pure alcohol)), `year_display` (range 1970.0–2025.0), `startyear` (range 1970.0–2025.0), `endyear` (range 1970.0–2025.0), `region_code` (EUR, #region+code) and 4 others.
71
+
72
+ **Outcome / Measurement** — `value` (No data, No, Yes).
73
+
74
+ **Identifier / Metadata** — `gho_code` (NCD_BMI_MEANC, CHILDMORT10TO19, SA_0000001400_ARCHIVED), `dimension_code` (SEX_FMLE, SEX_MLE, SEX_BTSX), `dimension_name` (Female, Male, Both sexes), `esa_source`, `esa_processed`.
75
+
76
+ **Other** — `numeric` (range 0.0–1929374000.0), `low` (range 0.0–223133.0), `high` (range 0.0–674971.0).
77
+
78
+ ---
79
+
80
+ ## Quick Start
81
+
82
+ ```python
83
+ from datasets import load_dataset
84
+
85
+ ds = load_dataset("electricsheepafrica/asia-who-historical-data-for-uzbekistan")
86
+ train = ds["train"].to_pandas()
87
+ test = ds["test"].to_pandas()
88
+
89
+ print(train.shape)
90
+ train.head()
91
+ ```
92
+
93
+ ---
94
+
95
+ ## Schema
96
+
97
+ | Column | Type | Null % | Range / Sample Values |
98
+ |---|---|---|---|
99
+ | `gho_code` | object | 0.0% | NCD_BMI_MEANC, CHILDMORT10TO19, SA_0000001400_ARCHIVED |
100
+ | `gho_display` | object | 0.0% | Mean BMI (kg/m&#xb2;) (crude estimate), Adolescent mortality rate (per 1 000 age specific cohort), Alcohol, recorded per capita (15+) consumption (in litres of pure alcohol) |
101
+ | `year_display` | float64 | 0.0% | 1970.0 – 2025.0 (mean 2006.2031) |
102
+ | `startyear` | float64 | 0.0% | 1970.0 – 2025.0 (mean 2006.1903) |
103
+ | `endyear` | float64 | 0.0% | 1970.0 – 2025.0 (mean 2006.2031) |
104
+ | `region_code` | object | 0.0% | EUR, #region+code |
105
+ | `region_display` | object | 0.0% | Europe, #region+name |
106
+ | `country_code` | object | 0.0% | UZB, #country+code |
107
+ | `country_display` | object | 0.0% | Uzbekistan, #country+name |
108
+ | `dimension_type` | object | 23.9% | SEX, WEALTHDECILE, WEALTHQUINTILE |
109
+ | `dimension_code` | object | 23.9% | SEX_FMLE, SEX_MLE, SEX_BTSX |
110
+ | `dimension_name` | object | 24.8% | Female, Male, Both sexes |
111
+ | `numeric` | float64 | 31.7% | 0.0 – 1929374000.0 (mean 732255.1702) |
112
+ | `value` | object | 0.7% | No data, No, Yes |
113
+ | `low` | float64 | 52.1% | 0.0 – 223133.0 (mean 351.2352) |
114
+ | `high` | float64 | 52.1% | 0.0 – 674971.0 (mean 881.657) |
115
+ | `esa_source` | object | 0.0% | |
116
+ | `esa_processed` | object | 0.0% | |
117
+
118
+ ---
119
+
120
+ ## Numeric Summary
121
+
122
+ | Column | Min | Max | Mean | Median |
123
+ |---|---|---|---|---|
124
+ | `year_display` | 1970.0 | 2025.0 | 2006.2031 | 2006.0 |
125
+ | `startyear` | 1970.0 | 2025.0 | 2006.1903 | 2006.0 |
126
+ | `endyear` | 1970.0 | 2025.0 | 2006.2031 | 2006.0 |
127
+ | `numeric` | 0.0 | 1929374000.0 | 732255.1702 | 32.2 |
128
+ | `low` | 0.0 | 223133.0 | 351.2352 | 24.7 |
129
+ | `high` | 0.0 | 674971.0 | 881.657 | 40.2 |
130
+
131
+ ---
132
+
133
+ ## Curation
134
+
135
+ Raw data was downloaded from HDX via the CKAN API and converted to Parquet. Column names were lowercased and standardised to snake_case. Common missing-value markers (`N/A`, `null`, `none`, `-`, `unknown`, `no data`, `#N/A`) were unified to `NaN`. 1 column(s) with >80% missing values were removed: `gho_url`. 14 exact duplicate rows were removed. 6 column(s) were cast from string to numeric or datetime based on parse-success rate (>85% threshold). The dataset was split 80/20 into train and test partitions using a fixed random seed (42) and saved as Snappy-compressed Parquet.
136
+
137
+ ---
138
+
139
+ ## Limitations
140
+
141
+ - Data originates from World Health Organization and has not been independently validated by ESA.
142
+ - Automated cleaning cannot correct for misreported values, definitional inconsistencies, or sampling bias in the original collection.
143
+ - The following columns have >20% missing values and should be treated with caution in modelling: `dimension_type`, `dimension_code`, `dimension_name`, `numeric`, `low`, `high`.
144
+ - Refer to the [original HDX dataset page](https://data.humdata.org/dataset/who-historical-data-for-uzb) for the publisher's own methodology notes and caveats.
145
+
146
+ ---
147
+
148
+ ## Citation
149
+
150
+ ```bibtex
151
+ @dataset{hdx_asia_who_historical_data_for_uzbekistan,
152
+ title = {Uzbekistan - Historical Health Indicators},
153
+ author = {World Health Organization},
154
+ year = {2025},
155
+ url = {https://data.humdata.org/dataset/who-historical-data-for-uzb},
156
+ note = {Repackaged for machine learning by Electric Sheep Africa (https://huggingface.co/electricsheepafrica)}
157
+ }
158
+ ```
159
+
160
+ ---
161
+
162
+ *[Electric Sheep Africa](https://huggingface.co/electricsheepafrica) — Africa's ML dataset infrastructure. Lagos, Nigeria.*