Kossisoroyce commited on
Commit
9af8da5
·
verified ·
1 Parent(s): f647f62

Add README.md

Browse files
Files changed (1) hide show
  1. README.md +144 -36
README.md CHANGED
@@ -1,40 +1,148 @@
1
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  dataset_info:
3
- features:
4
- - name: state
5
- dtype: string
6
- - name: statecode
7
- dtype: string
8
- - name: state_inec
9
- dtype: string
10
- - name: lga
11
- dtype: string
12
- - name: lgacode
13
- dtype: string
14
- - name: lga_inec
15
- dtype: string
16
- - name: count
17
- dtype: int64
18
- - name: presence
19
- dtype: int64
20
- - name: esa_source
21
- dtype: string
22
- - name: esa_processed
23
- dtype: string
24
  splits:
25
- - name: train
26
- num_bytes: 5233
27
- num_examples: 52
28
- - name: test
29
- num_bytes: 1314
30
- num_examples: 13
31
- download_size: 9845
32
- dataset_size: 6547
33
- configs:
34
- - config_name: default
35
- data_files:
36
- - split: train
37
- path: data/train-*
38
- - split: test
39
- path: data/test-*
40
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ - other
17
+ task_ids: []
18
+ tags:
19
+ - africa
20
+ - humanitarian
21
+ - hdx
22
+ - electric-sheep-africa
23
+ - operational-presence
24
+ - protection
25
+ - nga
26
+ pretty_name: "North East Nigeria Child Protection Partner Operational Presence, April, May and June 2018"
27
  dataset_info:
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
28
  splits:
29
+ - name: train
30
+ num_examples: 52
31
+ - name: test
32
+ num_examples: 13
 
 
 
 
 
 
 
 
 
 
 
33
  ---
34
+
35
+ # North East Nigeria Child Protection Partner Operational Presence, April, May and June 2018
36
+
37
+ **Publisher:** iMMAP Inc. · **Source:** [HDX](https://data.humdata.org/dataset/north-east-nigeria-child-protection-partner-operational-presence-april-may-and-june-2018) · **License:** `cc-by` · **Updated:** 2024-09-13
38
+
39
+ ---
40
+
41
+ ## Abstract
42
+
43
+ Child Protection sub-sector partner operational presence to Local Government Area (Admin2) level in north east Nigeria for the months of April, May and June 2018. The datasets cover partner operational presence by Local Government Area or LGA (Admin2) level in all three crisis-affected states of Borno, Yobe and Adamawa. Also provides a count of the organizations responding under the Child Protection sub-sector to Ward (Admin3) level in north east Nigeria for the months of April, May and June 2018. The datasets each provide a count of organizations by ward (Admin 3) level in all three crisis-affected states of Borno, Yobe and Adamawa.
44
+
45
+ Each row in this dataset represents subnational administrative unit observations. Data was last updated on HDX on 2024-09-13. Geographic scope: **NGA**.
46
+
47
+ *Curated into ML-ready Parquet format by [Electric Sheep Africa](https://huggingface.co/electricsheepafrica).*
48
+
49
+ ---
50
+
51
+ ## Dataset Characteristics
52
+
53
+ | | |
54
+ |---|---|
55
+ | **Domain** | Humanitarian and development data |
56
+ | **Unit of observation** | Subnational administrative unit observations |
57
+ | **Rows (total)** | 65 |
58
+ | **Columns** | 10 (2 numeric, 8 categorical, 0 datetime) |
59
+ | **Train split** | 52 rows |
60
+ | **Test split** | 13 rows |
61
+ | **Geographic scope** | NGA |
62
+ | **Publisher** | iMMAP Inc. |
63
+ | **HDX last updated** | 2024-09-13 |
64
+
65
+ ---
66
+
67
+ ## Variables
68
+
69
+ **Geographic** — `state` (BORNO, ADAMAWA, YOBE), `statecode` (NGA008, NGA002, NGA036), `state_inec` (NG008, NG002, NG036), `lga` (DEMSA, JERE, KALA/BALGE), `lgacode` (NGA002001, NGA008013, NGA008015) and 1 others.
70
+
71
+ **Outcome / Measurement** — `count` (range 0.0–15.0).
72
+
73
+ **Identifier / Metadata** — `esa_source` (HDX), `esa_processed` (2026-04-04).
74
+
75
+ **Other** — `presence` (range 0.0–1.0).
76
+
77
+ ---
78
+
79
+ ## Quick Start
80
+
81
+ ```python
82
+ from datasets import load_dataset
83
+
84
+ ds = load_dataset("electricsheepafrica/africa-north-east-nigeria-child-protection-partner-operational-presence-april-may-and-june-2018")
85
+ train = ds["train"].to_pandas()
86
+ test = ds["test"].to_pandas()
87
+
88
+ print(train.shape)
89
+ train.head()
90
+ ```
91
+
92
+ ---
93
+
94
+ ## Schema
95
+
96
+ | Column | Type | Null % | Range / Sample Values |
97
+ |---|---|---|---|
98
+ | `state` | object | 0.0% | BORNO, ADAMAWA, YOBE |
99
+ | `statecode` | object | 0.0% | NGA008, NGA002, NGA036 |
100
+ | `state_inec` | object | 0.0% | NG008, NG002, NG036 |
101
+ | `lga` | object | 0.0% | DEMSA, JERE, KALA/BALGE |
102
+ | `lgacode` | object | 0.0% | NGA002001, NGA008013, NGA008015 |
103
+ | `lga_inec` | object | 0.0% | NG002001, NG008013, NG008015 |
104
+ | `count` | int64 | 0.0% | 0.0 – 15.0 (mean 2.4308) |
105
+ | `presence` | int64 | 0.0% | 0.0 – 1.0 (mean 0.6769) |
106
+ | `esa_source` | object | 0.0% | HDX |
107
+ | `esa_processed` | object | 0.0% | 2026-04-04 |
108
+
109
+ ---
110
+
111
+ ## Numeric Summary
112
+
113
+ | Column | Min | Max | Mean | Median |
114
+ |---|---|---|---|---|
115
+ | `count` | 0.0 | 15.0 | 2.4308 | 1.0 |
116
+ | `presence` | 0.0 | 1.0 | 0.6769 | 1.0 |
117
+
118
+ ---
119
+
120
+ ## Curation
121
+
122
+ 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`. The dataset was split 80/20 into train and test partitions using a fixed random seed (42) and saved as Snappy-compressed Parquet.
123
+
124
+ ---
125
+
126
+ ## Limitations
127
+
128
+ - Data originates from iMMAP Inc. and has not been independently validated by ESA.
129
+ - Automated cleaning cannot correct for misreported values, definitional inconsistencies, or sampling bias in the original collection.
130
+ - Refer to the [original HDX dataset page](https://data.humdata.org/dataset/north-east-nigeria-child-protection-partner-operational-presence-april-may-and-june-2018) for the publisher's own methodology notes and caveats.
131
+
132
+ ---
133
+
134
+ ## Citation
135
+
136
+ ```bibtex
137
+ @dataset{hdx_africa_north_east_nigeria_child_protection_partner_operational_presence_april_may_and_june_2018,
138
+ title = {North East Nigeria Child Protection Partner Operational Presence, April, May and June 2018},
139
+ author = {iMMAP Inc.},
140
+ year = {2024},
141
+ url = {https://data.humdata.org/dataset/north-east-nigeria-child-protection-partner-operational-presence-april-may-and-june-2018},
142
+ note = {Repackaged for machine learning by Electric Sheep Africa (https://huggingface.co/electricsheepafrica)}
143
+ }
144
+ ```
145
+
146
+ ---
147
+
148
+ *[Electric Sheep Africa](https://huggingface.co/electricsheepafrica) — Africa's ML dataset infrastructure. Lagos, Nigeria.*