Add README.md
Browse files
README.md
CHANGED
|
@@ -1,100 +1,187 @@
|
|
| 1 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
dataset_info:
|
| 3 |
-
features:
|
| 4 |
-
- name: source_organization
|
| 5 |
-
dtype: string
|
| 6 |
-
- name: source_document
|
| 7 |
-
dtype: string
|
| 8 |
-
- name: country
|
| 9 |
-
dtype: string
|
| 10 |
-
- name: country_code
|
| 11 |
-
dtype: string
|
| 12 |
-
- name: geographic_group
|
| 13 |
-
dtype: string
|
| 14 |
-
- name: fewsnet_region
|
| 15 |
-
dtype: string
|
| 16 |
-
- name: geographic_unit_full_name
|
| 17 |
-
dtype: string
|
| 18 |
-
- name: geographic_unit_name
|
| 19 |
-
dtype: string
|
| 20 |
-
- name: unit_type
|
| 21 |
-
dtype: string
|
| 22 |
-
- name: fnid
|
| 23 |
-
dtype: string
|
| 24 |
-
- name: classification_scale
|
| 25 |
-
dtype: string
|
| 26 |
-
- name: scenario_name
|
| 27 |
-
dtype: string
|
| 28 |
-
- name: preference_rating
|
| 29 |
-
dtype: int64
|
| 30 |
-
- name: is_allowing_for_assistance
|
| 31 |
-
dtype: bool
|
| 32 |
-
- name: projection_start
|
| 33 |
-
dtype: timestamp[ns]
|
| 34 |
-
- name: projection_end
|
| 35 |
-
dtype: timestamp[ns]
|
| 36 |
-
- name: status
|
| 37 |
-
dtype: string
|
| 38 |
-
- name: value
|
| 39 |
-
dtype: float64
|
| 40 |
-
- name: description
|
| 41 |
-
dtype: string
|
| 42 |
-
- name: id
|
| 43 |
-
dtype: int64
|
| 44 |
-
- name: datacollectionperiod
|
| 45 |
-
dtype: int64
|
| 46 |
-
- name: datacollection
|
| 47 |
-
dtype: int64
|
| 48 |
-
- name: scenario
|
| 49 |
-
dtype: string
|
| 50 |
-
- name: geographic_unit
|
| 51 |
-
dtype: int64
|
| 52 |
-
- name: datasourceorganization
|
| 53 |
-
dtype: int64
|
| 54 |
-
- name: datasourcedocument
|
| 55 |
-
dtype: int64
|
| 56 |
-
- name: dataseries
|
| 57 |
-
dtype: int64
|
| 58 |
-
- name: dataseries_name
|
| 59 |
-
dtype: string
|
| 60 |
-
- name: specialization_type
|
| 61 |
-
dtype: string
|
| 62 |
-
- name: dataseries_specialization_type
|
| 63 |
-
dtype: string
|
| 64 |
-
- name: data_usage_policy
|
| 65 |
-
dtype: string
|
| 66 |
-
- name: created
|
| 67 |
-
dtype: timestamp[ns]
|
| 68 |
-
- name: modified
|
| 69 |
-
dtype: timestamp[ns]
|
| 70 |
-
- name: status_changed
|
| 71 |
-
dtype: timestamp[ns]
|
| 72 |
-
- name: collection_status
|
| 73 |
-
dtype: string
|
| 74 |
-
- name: collection_status_changed
|
| 75 |
-
dtype: timestamp[ns]
|
| 76 |
-
- name: collection_schedule
|
| 77 |
-
dtype: string
|
| 78 |
-
- name: reporting_date
|
| 79 |
-
dtype: timestamp[ns]
|
| 80 |
-
- name: esa_source
|
| 81 |
-
dtype: string
|
| 82 |
-
- name: esa_processed
|
| 83 |
-
dtype: string
|
| 84 |
splits:
|
| 85 |
-
|
| 86 |
-
|
| 87 |
-
|
| 88 |
-
|
| 89 |
-
num_bytes: 50586
|
| 90 |
-
num_examples: 81
|
| 91 |
-
download_size: 49406
|
| 92 |
-
dataset_size: 250233
|
| 93 |
-
configs:
|
| 94 |
-
- config_name: default
|
| 95 |
-
data_files:
|
| 96 |
-
- split: train
|
| 97 |
-
path: data/train-*
|
| 98 |
-
- split: test
|
| 99 |
-
path: data/test-*
|
| 100 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 |
+
- tabular-regression
|
| 18 |
+
task_ids: []
|
| 19 |
+
tags:
|
| 20 |
+
- africa
|
| 21 |
+
- humanitarian
|
| 22 |
+
- hdx
|
| 23 |
+
- electric-sheep-africa
|
| 24 |
+
- food-security
|
| 25 |
+
- dji
|
| 26 |
+
pretty_name: "Djibouti Current Situation FEWS NET Acute Food Insecurity Classifications Data"
|
| 27 |
dataset_info:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 28 |
splits:
|
| 29 |
+
- name: train
|
| 30 |
+
num_examples: 320
|
| 31 |
+
- name: test
|
| 32 |
+
num_examples: 80
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 33 |
---
|
| 34 |
+
|
| 35 |
+
# Djibouti Current Situation FEWS NET Acute Food Insecurity Classifications Data
|
| 36 |
+
|
| 37 |
+
**Publisher:** FEWS NET · **Source:** [HDX](https://data.humdata.org/dataset/djibouti_current_situation_fewsnet_ipc_classification) · **License:** `cc-by` · **Updated:** 2026-04-01
|
| 38 |
+
|
| 39 |
+
---
|
| 40 |
+
|
| 41 |
+
## Abstract
|
| 42 |
+
|
| 43 |
+
Djibouti Current Situation FEWS NET Acute Food Insecurity Classifications Data from 2011
|
| 44 |
+
|
| 45 |
+
Each row in this dataset represents first-level administrative unit observations. Temporal coverage is indicated by the `projection_start`, `projection_end` column(s). Geographic scope: **DJI**.
|
| 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** | Food security and nutrition |
|
| 56 |
+
| **Unit of observation** | First-level administrative unit observations |
|
| 57 |
+
| **Rows (total)** | 401 |
|
| 58 |
+
| **Columns** | 40 (9 numeric, 23 categorical, 7 datetime) |
|
| 59 |
+
| **Train split** | 320 rows |
|
| 60 |
+
| **Test split** | 80 rows |
|
| 61 |
+
| **Geographic scope** | DJI |
|
| 62 |
+
| **Publisher** | FEWS NET |
|
| 63 |
+
| **HDX last updated** | 2026-04-01 |
|
| 64 |
+
|
| 65 |
+
---
|
| 66 |
+
|
| 67 |
+
## Variables
|
| 68 |
+
|
| 69 |
+
**Geographic** — `country` (Djibouti), `country_code` (DJ), `fewsnet_region` (East Africa), `unit_type` (fsc_admin_lhz, fsc_lhz), `specialization_type` and 2 others.
|
| 70 |
+
|
| 71 |
+
**Temporal** — `datacollectionperiod` (range 159830.0–159881.0), `reporting_date`.
|
| 72 |
+
|
| 73 |
+
**Outcome / Measurement** — `value` (range 1.0–3.0).
|
| 74 |
+
|
| 75 |
+
**Identifier / Metadata** — `source_organization` (FEWS NET), `source_document` (Food Security Outlook, Djibouti), `geographic_unit_full_name` (Central Pastoral - Highland, Balha, Tadjourah, Djibouti, Southeast Pastoral - Border, Ali Sabieh, Ali Sabieh, Djibouti, Market Gardening, Dikhil, Dikhil, Djibouti), `geographic_unit_name` (Central Pastoral - Lowland, Market Gardening, Southeast Pastoral - Roadside), `fnid` (DJ2012C305012B, DJ2012C301013B, DJ2012C3020204) and 8 others.
|
| 76 |
+
|
| 77 |
+
**Other** — `geographic_group` (Eastern Africa), `classification_scale`, `is_allowing_for_assistance`, `projection_start`, `projection_end` and 12 others.
|
| 78 |
+
|
| 79 |
+
---
|
| 80 |
+
|
| 81 |
+
## Quick Start
|
| 82 |
+
|
| 83 |
+
```python
|
| 84 |
+
from datasets import load_dataset
|
| 85 |
+
|
| 86 |
+
ds = load_dataset("electricsheepafrica/africa-djibouti-current-situation-fewsnet-ipc-classification")
|
| 87 |
+
train = ds["train"].to_pandas()
|
| 88 |
+
test = ds["test"].to_pandas()
|
| 89 |
+
|
| 90 |
+
print(train.shape)
|
| 91 |
+
train.head()
|
| 92 |
+
```
|
| 93 |
+
|
| 94 |
+
---
|
| 95 |
+
|
| 96 |
+
## Schema
|
| 97 |
+
|
| 98 |
+
| Column | Type | Null % | Range / Sample Values |
|
| 99 |
+
|---|---|---|---|
|
| 100 |
+
| `source_organization` | object | 0.0% | FEWS NET |
|
| 101 |
+
| `source_document` | object | 0.0% | Food Security Outlook, Djibouti |
|
| 102 |
+
| `country` | object | 0.0% | Djibouti |
|
| 103 |
+
| `country_code` | object | 0.0% | DJ |
|
| 104 |
+
| `geographic_group` | object | 0.0% | Eastern Africa |
|
| 105 |
+
| `fewsnet_region` | object | 0.0% | East Africa |
|
| 106 |
+
| `geographic_unit_full_name` | object | 0.0% | Central Pastoral - Highland, Balha, Tadjourah, Djibouti, Southeast Pastoral - Border, Ali Sabieh, Ali Sabieh, Djibouti, Market Gardening, Dikhil, Dikhil, Djibouti |
|
| 107 |
+
| `geographic_unit_name` | object | 0.0% | Central Pastoral - Lowland, Market Gardening, Southeast Pastoral - Roadside |
|
| 108 |
+
| `unit_type` | object | 0.0% | fsc_admin_lhz, fsc_lhz |
|
| 109 |
+
| `fnid` | object | 0.0% | DJ2012C305012B, DJ2012C301013B, DJ2012C3020204 |
|
| 110 |
+
| `classification_scale` | object | 0.0% | |
|
| 111 |
+
| `scenario_name` | object | 0.0% | |
|
| 112 |
+
| `preference_rating` | int64 | 0.0% | 90.0 – 90.0 (mean 90.0) |
|
| 113 |
+
| `is_allowing_for_assistance` | bool | 0.0% | |
|
| 114 |
+
| `projection_start` | datetime64[ns] | 0.0% | |
|
| 115 |
+
| `projection_end` | datetime64[ns] | 0.0% | |
|
| 116 |
+
| `status` | object | 0.0% | |
|
| 117 |
+
| `value` | float64 | 11.5% | 1.0 – 3.0 (mean 2.0592) |
|
| 118 |
+
| `description` | object | 11.5% | |
|
| 119 |
+
| `id` | int64 | 0.0% | 24538359.0 – 24539559.0 (mean 24538959.0) |
|
| 120 |
+
| `datacollectionperiod` | int64 | 0.0% | 159830.0 – 159881.0 (mean 159862.7007) |
|
| 121 |
+
| `datacollection` | int64 | 0.0% | 168806.0 – 168823.0 (mean 168816.9002) |
|
| 122 |
+
| `scenario` | object | 0.0% | |
|
| 123 |
+
| `geographic_unit` | int64 | 0.0% | 20943.0 – 20981.0 (mean 20963.1172) |
|
| 124 |
+
| `datasourceorganization` | int64 | 0.0% | 1.0 – 1.0 (mean 1.0) |
|
| 125 |
+
| `datasourcedocument` | int64 | 0.0% | 6621.0 – 6621.0 (mean 6621.0) |
|
| 126 |
+
| `dataseries` | int64 | 0.0% | 6516268.0 – 6516529.0 (mean 6516395.8953) |
|
| 127 |
+
| `dataseries_name` | object | 0.0% | |
|
| 128 |
+
| `specialization_type` | object | 0.0% | |
|
| 129 |
+
| `dataseries_specialization_type` | object | 0.0% | |
|
| 130 |
+
| `data_usage_policy` | object | 0.0% | |
|
| 131 |
+
| `created` | datetime64[ns] | 0.0% | |
|
| 132 |
+
| `modified` | datetime64[ns] | 0.0% | |
|
| 133 |
+
| `status_changed` | datetime64[ns] | 0.0% | |
|
| 134 |
+
| `collection_status` | object | 0.0% | |
|
| 135 |
+
| `collection_status_changed` | datetime64[ns] | 0.0% | |
|
| 136 |
+
| `collection_schedule` | object | 0.0% | |
|
| 137 |
+
| `reporting_date` | datetime64[ns] | 0.0% | |
|
| 138 |
+
| `esa_source` | object | 0.0% | |
|
| 139 |
+
| `esa_processed` | object | 0.0% | |
|
| 140 |
+
|
| 141 |
+
---
|
| 142 |
+
|
| 143 |
+
## Numeric Summary
|
| 144 |
+
|
| 145 |
+
| Column | Min | Max | Mean | Median |
|
| 146 |
+
|---|---|---|---|---|
|
| 147 |
+
| `preference_rating` | 90.0 | 90.0 | 90.0 | 90.0 |
|
| 148 |
+
| `value` | 1.0 | 3.0 | 2.0592 | 2.0 |
|
| 149 |
+
| `id` | 24538359.0 | 24539559.0 | 24538959.0 | 24538959.0 |
|
| 150 |
+
| `datacollectionperiod` | 159830.0 | 159881.0 | 159862.7007 | 159863.0 |
|
| 151 |
+
| `datacollection` | 168806.0 | 168823.0 | 168816.9002 | 168817.0 |
|
| 152 |
+
| `geographic_unit` | 20943.0 | 20981.0 | 20963.1172 | 20963.0 |
|
| 153 |
+
| `datasourceorganization` | 1.0 | 1.0 | 1.0 | 1.0 |
|
| 154 |
+
| `datasourcedocument` | 6621.0 | 6621.0 | 6621.0 | 6621.0 |
|
| 155 |
+
| `dataseries` | 6516268.0 | 6516529.0 | 6516395.8953 | 6516396.0 |
|
| 156 |
+
|
| 157 |
+
---
|
| 158 |
+
|
| 159 |
+
## Curation
|
| 160 |
+
|
| 161 |
+
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`. 3 column(s) with >80% missing values were removed: `pct_phase3`, `pct_phase4`, `pct_phase5`. 7 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.
|
| 162 |
+
|
| 163 |
+
---
|
| 164 |
+
|
| 165 |
+
## Limitations
|
| 166 |
+
|
| 167 |
+
- Data originates from FEWS NET and has not been independently validated by ESA.
|
| 168 |
+
- Automated cleaning cannot correct for misreported values, definitional inconsistencies, or sampling bias in the original collection.
|
| 169 |
+
- Refer to the [original HDX dataset page](https://data.humdata.org/dataset/djibouti_current_situation_fewsnet_ipc_classification) for the publisher's own methodology notes and caveats.
|
| 170 |
+
|
| 171 |
+
---
|
| 172 |
+
|
| 173 |
+
## Citation
|
| 174 |
+
|
| 175 |
+
```bibtex
|
| 176 |
+
@dataset{hdx_africa_djibouti_current_situation_fewsnet_ipc_classification,
|
| 177 |
+
title = {Djibouti Current Situation FEWS NET Acute Food Insecurity Classifications Data},
|
| 178 |
+
author = {FEWS NET},
|
| 179 |
+
year = {2026},
|
| 180 |
+
url = {https://data.humdata.org/dataset/djibouti_current_situation_fewsnet_ipc_classification},
|
| 181 |
+
note = {Repackaged for machine learning by Electric Sheep Africa (https://huggingface.co/electricsheepafrica)}
|
| 182 |
+
}
|
| 183 |
+
```
|
| 184 |
+
|
| 185 |
+
---
|
| 186 |
+
|
| 187 |
+
*[Electric Sheep Africa](https://huggingface.co/electricsheepafrica) — Africa's ML dataset infrastructure. Lagos, Nigeria.*
|