Kossisoroyce commited on
Commit
1e72c41
·
verified ·
1 Parent(s): 00ec1d3

Add README.md

Browse files
Files changed (1) hide show
  1. README.md +159 -41
README.md CHANGED
@@ -1,45 +1,163 @@
1
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  dataset_info:
3
- features:
4
- - name: countrycode
5
- dtype: string
6
- - name: countryname
7
- dtype: string
8
- - name: adminlevel
9
- dtype: string
10
- - name: date
11
- dtype: timestamp[ns]
12
- - name: datatype
13
- dtype: string
14
- - name: fcs_people
15
- dtype: int64
16
- - name: fcs_prevalence
17
- dtype: float64
18
- - name: rcsi_people
19
- dtype: int64
20
- - name: rcsi_prevalence
21
- dtype: float64
22
- - name: health_access_people
23
- dtype: int64
24
- - name: health_access_prevalence
25
- dtype: float64
26
- - name: market_access_people
27
- dtype: int64
28
- - name: market_access_prevalence
29
- dtype: float64
30
- - name: esa_source
31
- dtype: string
32
- - name: esa_processed
33
- dtype: string
34
  splits:
35
- - name: train
36
- num_bytes: 132
37
- num_examples: 1
38
- download_size: 6754
39
- dataset_size: 132
40
- configs:
41
- - config_name: default
42
- data_files:
43
- - split: train
44
- path: data/train-*
45
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ annotations_creators:
3
+ - no-annotation
4
+ language_creators:
5
+ - found
6
+ language:
7
+ - en
8
+ license: cc-by-sa-4.0
9
+ multilinguality:
10
+ - monolingual
11
+ size_categories:
12
+ - n<1K
13
+ source_datasets:
14
+ - original
15
+ task_categories:
16
+ - tabular-classification
17
+ - tabular-regression
18
+ - other
19
+ task_ids: []
20
+ tags:
21
+ - africa
22
+ - humanitarian
23
+ - hdx
24
+ - electric-sheep-africa
25
+ - food-security
26
+ - indicators
27
+ - gin
28
+ pretty_name: "Guinea - HungerMap data"
29
  dataset_info:
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
30
  splits:
31
+ - name: train
32
+ num_examples: 0
33
+ - name: test
34
+ num_examples: 0
 
 
 
 
 
 
35
  ---
36
+
37
+ # Guinea - HungerMap data
38
+
39
+ **Publisher:** WFP - World Food Programme · **Source:** [HDX](https://data.humdata.org/dataset/wfp-hungermap-data-for-gin) · **License:** `cc-by-sa` · **Updated:** 2026-03-04
40
+
41
+ ---
42
+
43
+ ## Abstract
44
+
45
+ HungerMapLIVE is the World Food Programme (WFP)’s global hunger monitoring system. It combines key metrics from various data sources – such as food security information, weather, population size, conflict, hazards, nutrition information and macro-economic data – to help assess, monitor and predict the magnitude and severity of hunger in near real-time. The resulting analysis is displayed on an interactive map that helps WFP staff, key decision makers and the broader humanitarian community to make more informed and timely decisions relating to food security.
46
+
47
+ The platform covers 94 countries, including countries where WFP has operations as well as most lower and lower-middle income countries (as classified by the World Bank).
48
+
49
+ Each row in this dataset represents country-level aggregates. Temporal coverage is indicated by the `date` column(s). Geographic scope: **GIN**.
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** | Food security and nutrition |
60
+ | **Unit of observation** | Country-level aggregates |
61
+ | **Rows (total)** | 1 |
62
+ | **Columns** | 15 (8 numeric, 6 categorical, 1 datetime) |
63
+ | **Train split** | 0 rows |
64
+ | **Test split** | 0 rows |
65
+ | **Geographic scope** | GIN |
66
+ | **Publisher** | WFP - World Food Programme |
67
+ | **HDX last updated** | 2026-03-04 |
68
+
69
+ ---
70
+
71
+ ## Variables
72
+
73
+ **Geographic** — `countrycode` (GIN), `countryname` (Guinea), `adminlevel` (national), `datatype` (SURVEY).
74
+
75
+ **Temporal** — `date`.
76
+
77
+ **Identifier / Metadata** — `esa_source` (HDX), `esa_processed` (2026-04-06).
78
+
79
+ **Other** — `fcs_people` (range 6992096.0–6992096.0), `fcs_prevalence` (range 0.5632–0.5632), `rcsi_people` (range 4079611.0–4079611.0), `rcsi_prevalence` (range 0.3286–0.3286), `health_access_people` (range 5746383.0–5746383.0) and 3 others.
80
+
81
+ ---
82
+
83
+ ## Quick Start
84
+
85
+ ```python
86
+ from datasets import load_dataset
87
+
88
+ ds = load_dataset("electricsheepafrica/africa-wfp-hungermap-data-for-gin")
89
+ train = ds["train"].to_pandas()
90
+ test = ds["test"].to_pandas()
91
+
92
+ print(train.shape)
93
+ train.head()
94
+ ```
95
+
96
+ ---
97
+
98
+ ## Schema
99
+
100
+ | Column | Type | Null % | Range / Sample Values |
101
+ |---|---|---|---|
102
+ | `countrycode` | object | 0.0% | GIN |
103
+ | `countryname` | object | 0.0% | Guinea |
104
+ | `adminlevel` | object | 0.0% | national |
105
+ | `date` | datetime64[ns] | 0.0% | |
106
+ | `datatype` | object | 0.0% | SURVEY |
107
+ | `fcs_people` | int64 | 0.0% | 6992096.0 – 6992096.0 (mean 6992096.0) |
108
+ | `fcs_prevalence` | float64 | 0.0% | 0.5632 – 0.5632 (mean 0.5632) |
109
+ | `rcsi_people` | int64 | 0.0% | 4079611.0 – 4079611.0 (mean 4079611.0) |
110
+ | `rcsi_prevalence` | float64 | 0.0% | 0.3286 – 0.3286 (mean 0.3286) |
111
+ | `health_access_people` | int64 | 0.0% | 5746383.0 – 5746383.0 (mean 5746383.0) |
112
+ | `health_access_prevalence` | float64 | 0.0% | 0.8465 – 0.8465 (mean 0.8465) |
113
+ | `market_access_people` | int64 | 0.0% | 6067543.0 – 6067543.0 (mean 6067543.0) |
114
+ | `market_access_prevalence` | float64 | 0.0% | 0.4888 – 0.4888 (mean 0.4888) |
115
+ | `esa_source` | object | 0.0% | HDX |
116
+ | `esa_processed` | object | 0.0% | 2026-04-06 |
117
+
118
+ ---
119
+
120
+ ## Numeric Summary
121
+
122
+ | Column | Min | Max | Mean | Median |
123
+ |---|---|---|---|---|
124
+ | `fcs_people` | 6992096.0 | 6992096.0 | 6992096.0 | 6992096.0 |
125
+ | `fcs_prevalence` | 0.5632 | 0.5632 | 0.5632 | 0.5632 |
126
+ | `rcsi_people` | 4079611.0 | 4079611.0 | 4079611.0 | 4079611.0 |
127
+ | `rcsi_prevalence` | 0.3286 | 0.3286 | 0.3286 | 0.3286 |
128
+ | `health_access_people` | 5746383.0 | 5746383.0 | 5746383.0 | 5746383.0 |
129
+ | `health_access_prevalence` | 0.8465 | 0.8465 | 0.8465 | 0.8465 |
130
+ | `market_access_people` | 6067543.0 | 6067543.0 | 6067543.0 | 6067543.0 |
131
+ | `market_access_prevalence` | 0.4888 | 0.4888 | 0.4888 | 0.4888 |
132
+
133
+ ---
134
+
135
+ ## Curation
136
+
137
+ 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`. 2 column(s) with >80% missing values were removed: `adminone`, `population`. 1 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.
138
+
139
+ ---
140
+
141
+ ## Limitations
142
+
143
+ - Data originates from WFP - World Food Programme and has not been independently validated by ESA.
144
+ - Automated cleaning cannot correct for misreported values, definitional inconsistencies, or sampling bias in the original collection.
145
+ - Refer to the [original HDX dataset page](https://data.humdata.org/dataset/wfp-hungermap-data-for-gin) for the publisher's own methodology notes and caveats.
146
+
147
+ ---
148
+
149
+ ## Citation
150
+
151
+ ```bibtex
152
+ @dataset{hdx_africa_wfp_hungermap_data_for_gin,
153
+ title = {Guinea - HungerMap data},
154
+ author = {WFP - World Food Programme},
155
+ year = {2026},
156
+ url = {https://data.humdata.org/dataset/wfp-hungermap-data-for-gin},
157
+ note = {Repackaged for machine learning by Electric Sheep Africa (https://huggingface.co/electricsheepafrica)}
158
+ }
159
+ ```
160
+
161
+ ---
162
+
163
+ *[Electric Sheep Africa](https://huggingface.co/electricsheepafrica) — Africa's ML dataset infrastructure. Lagos, Nigeria.*