Kossisoroyce commited on
Commit
fd8c184
·
verified ·
1 Parent(s): 072275a

Add README.md

Browse files
Files changed (1) hide show
  1. README.md +153 -46
README.md CHANGED
@@ -1,50 +1,157 @@
1
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  dataset_info:
3
- features:
4
- - name: unnamed_0
5
- dtype: float64
6
- - name: midwives_students_enrolled_from_2019_to_2024
7
- dtype: string
8
- - name: unnamed_2
9
- dtype: string
10
- - name: unnamed_3
11
- dtype: float64
12
- - name: unnamed_5
13
- dtype: float64
14
- - name: unnamed_6
15
- dtype: string
16
- - name: unnamed_7
17
- dtype: float64
18
- - name: unnamed_8
19
- dtype: float64
20
- - name: unnamed_9
21
- dtype: float64
22
- - name: unnamed_11
23
- dtype: float64
24
- - name: unnamed_14
25
- dtype: string
26
- - name: unnamed_19
27
- dtype: string
28
- - name: unnamed_20
29
- dtype: timestamp[ns]
30
- - name: esa_source
31
- dtype: string
32
- - name: esa_processed
33
- dtype: string
34
  splits:
35
- - name: train
36
- num_bytes: 12748
37
- num_examples: 88
38
- - name: test
39
- num_bytes: 3284
40
- num_examples: 22
41
- download_size: 15743
42
- dataset_size: 16032
43
- configs:
44
- - config_name: default
45
- data_files:
46
- - split: train
47
- path: data/train-*
48
- - split: test
49
- path: data/test-*
50
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ annotations_creators:
3
+ - no-annotation
4
+ language_creators:
5
+ - found
6
+ language:
7
+ - en
8
+ license: cc-by-4.0
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
+ - eastern-africa
24
+ - education
25
+ - employment
26
+ - gender
27
+ - health
28
+ - indicators
29
+ - ssd
30
+ pretty_name: "South Sudan: Trained Nurses and Midwives Employment"
31
  dataset_info:
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
32
  splits:
33
+ - name: train
34
+ num_examples: 88
35
+ - name: test
36
+ num_examples: 22
 
 
 
 
 
 
 
 
 
 
 
37
  ---
38
+
39
+ # South Sudan: Trained Nurses and Midwives Employment
40
+
41
+ **Publisher:** Solidarity with South Sudan · **Source:** [HDX](https://data.humdata.org/dataset/solidarity-with-south-sudan) · **License:** `cc-by-igo` · **Updated:** 2025-05-05
42
+
43
+ ---
44
+
45
+ ## Abstract
46
+
47
+ The data has been assembled by the Solidarity with South Sudan Catholic Health Training Institute (CHTI) based in Wau, Western Bahr al-Ghazal, South Sudan. It provides insights into the employment of qualified nurses and midwives in the National Health System of South Sudan.
48
+
49
+ Each row in this dataset represents tabular records. Temporal coverage is indicated by the `unnamed_20` column(s). Geographic scope: **SSD**.
50
+
51
+ *Curated into ML-ready Parquet format by [Electric Sheep Africa](https://huggingface.co/electricsheepafrica).*
52
+
53
+ ---
54
+
55
+ ## Dataset Characteristics
56
+
57
+ | | |
58
+ |---|---|
59
+ | **Domain** | Public health |
60
+ | **Unit of observation** | Tabular records |
61
+ | **Rows (total)** | 110 |
62
+ | **Columns** | 15 (7 numeric, 7 categorical, 1 datetime) |
63
+ | **Train split** | 88 rows |
64
+ | **Test split** | 22 rows |
65
+ | **Geographic scope** | SSD |
66
+ | **Publisher** | Solidarity with South Sudan |
67
+ | **HDX last updated** | 2025-05-05 |
68
+
69
+ ---
70
+
71
+ ## Variables
72
+
73
+ **Identifier / Metadata** — `unnamed_0` (range 1.0–106.0), `midwives_students_enrolled_from_2019_to_2024` (Western Equatoria, Western Bhar El Ghazal, Warrap), `unnamed_2` (Wau, Tambura Yambio, Wau ), `unnamed_3` (range 1.0–50.0), `unnamed_5` (range 1.0–53.0) and 10 others.
74
+
75
+ ---
76
+
77
+ ## Quick Start
78
+
79
+ ```python
80
+ from datasets import load_dataset
81
+
82
+ ds = load_dataset("electricsheepafrica/africa-solidarity-with-south-sudan")
83
+ train = ds["train"].to_pandas()
84
+ test = ds["test"].to_pandas()
85
+
86
+ print(train.shape)
87
+ train.head()
88
+ ```
89
+
90
+ ---
91
+
92
+ ## Schema
93
+
94
+ | Column | Type | Null % | Range / Sample Values |
95
+ |---|---|---|---|
96
+ | `unnamed_0` | float64 | 3.6% | 1.0 – 106.0 (mean 53.5) |
97
+ | `midwives_students_enrolled_from_2019_to_2024` | object | 2.7% | Western Equatoria, Western Bhar El Ghazal, Warrap |
98
+ | `unnamed_2` | object | 2.7% | Wau, Tambura Yambio, Wau |
99
+ | `unnamed_3` | float64 | 53.6% | 1.0 – 50.0 (mean 1.9608) |
100
+ | `unnamed_5` | float64 | 50.9% | 1.0 – 53.0 (mean 1.963) |
101
+ | `unnamed_6` | object | 50.9% | ABCAB (PASS), ABBAC (PASS), ABBAA (PASS) |
102
+ | `unnamed_7` | float64 | 49.1% | 1.0 – 55.0 (mean 1.9643) |
103
+ | `unnamed_8` | float64 | 52.7% | 1.0 – 51.0 (mean 1.9615) |
104
+ | `unnamed_9` | float64 | 68.2% | 1.0 – 34.0 (mean 1.9429) |
105
+ | `unnamed_11` | float64 | 53.6% | 1.0 – 50.0 (mean 1.9608) |
106
+ | `unnamed_14` | object | 68.2% | Registered Midwife, Registered Midwife , Position |
107
+ | `unnamed_19` | object | 68.2% | Apuk- Warrap State , Comboni Hospital-Wau, Comboni hospital- Wau |
108
+ | `unnamed_20` | datetime64[ns] | 65.5% | |
109
+ | `esa_source` | object | 0.0% | HDX |
110
+ | `esa_processed` | object | 0.0% | 2026-04-19 |
111
+
112
+ ---
113
+
114
+ ## Numeric Summary
115
+
116
+ | Column | Min | Max | Mean | Median |
117
+ |---|---|---|---|---|
118
+ | `unnamed_0` | 1.0 | 106.0 | 53.5 | 53.5 |
119
+ | `unnamed_3` | 1.0 | 50.0 | 1.9608 | 1.0 |
120
+ | `unnamed_5` | 1.0 | 53.0 | 1.963 | 1.0 |
121
+ | `unnamed_7` | 1.0 | 55.0 | 1.9643 | 1.0 |
122
+ | `unnamed_8` | 1.0 | 51.0 | 1.9615 | 1.0 |
123
+ | `unnamed_9` | 1.0 | 34.0 | 1.9429 | 1.0 |
124
+ | `unnamed_11` | 1.0 | 50.0 | 1.9608 | 1.0 |
125
+
126
+ ---
127
+
128
+ ## Curation
129
+
130
+ 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`. 10 column(s) with >80% missing values were removed: `unnamed_4`, `unnamed_10`, `unnamed_12`, `unnamed_13`, `unnamed_15`, `unnamed_16`.... 1 exact duplicate rows were removed. 8 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.
131
+
132
+ ---
133
+
134
+ ## Limitations
135
+
136
+ - Data originates from Solidarity with South Sudan and has not been independently validated by ESA.
137
+ - Automated cleaning cannot correct for misreported values, definitional inconsistencies, or sampling bias in the original collection.
138
+ - The following columns have >20% missing values and should be treated with caution in modelling: `unnamed_3`, `unnamed_5`, `unnamed_6`, `unnamed_7`, `unnamed_8`, `unnamed_9`, `unnamed_11`, `unnamed_14`....
139
+ - Refer to the [original HDX dataset page](https://data.humdata.org/dataset/solidarity-with-south-sudan) for the publisher's own methodology notes and caveats.
140
+
141
+ ---
142
+
143
+ ## Citation
144
+
145
+ ```bibtex
146
+ @dataset{hdx_africa_solidarity_with_south_sudan,
147
+ title = {South Sudan: Trained Nurses and Midwives Employment},
148
+ author = {Solidarity with South Sudan},
149
+ year = {2025},
150
+ url = {https://data.humdata.org/dataset/solidarity-with-south-sudan},
151
+ note = {Repackaged for machine learning by Electric Sheep Africa (https://huggingface.co/electricsheepafrica)}
152
+ }
153
+ ```
154
+
155
+ ---
156
+
157
+ *[Electric Sheep Africa](https://huggingface.co/electricsheepafrica) — Africa's ML dataset infrastructure. Lagos, Nigeria.*