Kossisoroyce commited on
Commit
31e6cbb
·
verified ·
1 Parent(s): 54eb8ee

Add README.md

Browse files
Files changed (1) hide show
  1. README.md +130 -20
README.md CHANGED
@@ -1,24 +1,134 @@
1
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  dataset_info:
3
- features:
4
- - name: esa_source
5
- dtype: string
6
- - name: esa_processed
7
- dtype: string
8
  splits:
9
- - name: train
10
- num_bytes: 1218
11
- num_examples: 58
12
- - name: test
13
- num_bytes: 315
14
- num_examples: 15
15
- download_size: 2257
16
- dataset_size: 1533
17
- configs:
18
- - config_name: default
19
- data_files:
20
- - split: train
21
- path: data/train-*
22
- - split: test
23
- path: data/test-*
24
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ - n<1K
13
+ source_datasets:
14
+ - original
15
+ task_categories:
16
+ - tabular-classification
17
+ task_ids: []
18
+ tags:
19
+ - africa
20
+ - humanitarian
21
+ - hdx
22
+ - electric-sheep-africa
23
+ - cyclones-hurricanes-typhoons
24
+ - geodata
25
+ - health-facilities
26
+ - moz
27
+ pretty_name: "Mozambique - Health facilities"
28
  dataset_info:
 
 
 
 
 
29
  splits:
30
+ - name: train
31
+ num_examples: 58
32
+ - name: test
33
+ num_examples: 14
 
 
 
 
 
 
 
 
 
 
 
34
  ---
35
+
36
+ # Mozambique - Health facilities
37
+
38
+ **Publisher:** OCHA Mozambique · **Source:** [HDX](https://data.humdata.org/dataset/mozambique-health-facilities) · **License:** `other-pd-nr` · **Updated:** 2025-04-08
39
+
40
+ ---
41
+
42
+ ## Abstract
43
+
44
+ Mozambique health facilities
45
+
46
+ Each row in this dataset represents tabular records. Data was last updated on HDX on 2025-04-08. Geographic scope: **MOZ**.
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** | Public health |
57
+ | **Unit of observation** | Tabular records |
58
+ | **Rows (total)** | 73 |
59
+ | **Columns** | 2 (0 numeric, 2 categorical, 0 datetime) |
60
+ | **Train split** | 58 rows |
61
+ | **Test split** | 14 rows |
62
+ | **Geographic scope** | MOZ |
63
+ | **Publisher** | OCHA Mozambique |
64
+ | **HDX last updated** | 2025-04-08 |
65
+
66
+ ---
67
+
68
+ ## Variables
69
+
70
+ **Identifier / Metadata** — `esa_source` (HDX), `esa_processed` (2026-04-12).
71
+
72
+ ---
73
+
74
+ ## Quick Start
75
+
76
+ ```python
77
+ from datasets import load_dataset
78
+
79
+ ds = load_dataset("electricsheepafrica/africa-mozambique-health-facilities")
80
+ train = ds["train"].to_pandas()
81
+ test = ds["test"].to_pandas()
82
+
83
+ print(train.shape)
84
+ train.head()
85
+ ```
86
+
87
+ ---
88
+
89
+ ## Schema
90
+
91
+ | Column | Type | Null % | Range / Sample Values |
92
+ |---|---|---|---|
93
+ | `esa_source` | object | 0.0% | HDX |
94
+ | `esa_processed` | object | 0.0% | 2026-04-12 |
95
+
96
+ ---
97
+
98
+ ## Numeric Summary
99
+
100
+ | Column | Min | Max | Mean | Median |
101
+ |---|---|---|---|---|
102
+ _No numeric columns._
103
+
104
+ ---
105
+
106
+ ## Curation
107
+
108
+ 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`. 23 column(s) with >80% missing values were removed: `unnamed_0`, `unnamed_1`, `unnamed_2`, `unnamed_3`, `unnamed_4`, `unnamed_5`.... The dataset was split 80/20 into train and test partitions using a fixed random seed (42) and saved as Snappy-compressed Parquet.
109
+
110
+ ---
111
+
112
+ ## Limitations
113
+
114
+ - Data originates from OCHA Mozambique and has not been independently validated by ESA.
115
+ - Automated cleaning cannot correct for misreported values, definitional inconsistencies, or sampling bias in the original collection.
116
+ - Refer to the [original HDX dataset page](https://data.humdata.org/dataset/mozambique-health-facilities) for the publisher's own methodology notes and caveats.
117
+
118
+ ---
119
+
120
+ ## Citation
121
+
122
+ ```bibtex
123
+ @dataset{hdx_africa_mozambique_health_facilities,
124
+ title = {Mozambique - Health facilities},
125
+ author = {OCHA Mozambique},
126
+ year = {2025},
127
+ url = {https://data.humdata.org/dataset/mozambique-health-facilities},
128
+ note = {Repackaged for machine learning by Electric Sheep Africa (https://huggingface.co/electricsheepafrica)}
129
+ }
130
+ ```
131
+
132
+ ---
133
+
134
+ *[Electric Sheep Africa](https://huggingface.co/electricsheepafrica) — Africa's ML dataset infrastructure. Lagos, Nigeria.*