Dataset Viewer
Auto-converted to Parquet Duplicate
date_of_analysis
timestamp[ns]date
2023-06-01 00:00:00
2023-06-01 00:00:00
country
stringclasses
1 value
total_country_population
float64
1.19M
1.19M
validity_period
stringclasses
2 values
from
timestamp[ns]date
2023-06-01 00:00:00
2023-10-01 00:00:00
to
timestamp[ns]date
2023-09-30 00:00:00
2024-03-31 00:00:00
phase
stringclasses
7 values
number
float64
0
1.19M
percentage
float64
0
1
esa_source
stringclasses
1 value
esa_processed
stringdate
2026-04-04 00:00:00
2026-04-04 00:00:00
2023-06-01T00:00:00
SWZ
1,187,956
projected
2023-10-01T00:00:00
2024-03-31T00:00:00
4
14,629
0.01
HDX
2026-04-04
2023-06-01T00:00:00
SWZ
1,187,956
current
2023-06-01T00:00:00
2023-09-30T00:00:00
3
238,493
0.2
HDX
2026-04-04
2023-06-01T00:00:00
SWZ
1,187,956
projected
2023-10-01T00:00:00
2024-03-31T00:00:00
all
1,188,391
1
HDX
2026-04-04
2023-06-01T00:00:00
SWZ
1,187,956
current
2023-06-01T00:00:00
2023-09-30T00:00:00
3+
238,493
0.2
HDX
2026-04-04
2023-06-01T00:00:00
SWZ
1,187,956
current
2023-06-01T00:00:00
2023-09-30T00:00:00
all
1,188,391
1
HDX
2026-04-04
2023-06-01T00:00:00
SWZ
1,187,956
projected
2023-10-01T00:00:00
2024-03-31T00:00:00
5
0
0
HDX
2026-04-04
2023-06-01T00:00:00
SWZ
1,187,956
current
2023-06-01T00:00:00
2023-09-30T00:00:00
2
421,734
0.35
HDX
2026-04-04
2023-06-01T00:00:00
SWZ
1,187,956
current
2023-06-01T00:00:00
2023-09-30T00:00:00
5
0
0
HDX
2026-04-04
2023-06-01T00:00:00
SWZ
1,187,956
projected
2023-10-01T00:00:00
2024-03-31T00:00:00
1
474,639
0.4
HDX
2026-04-04
2023-06-01T00:00:00
SWZ
1,187,956
projected
2023-10-01T00:00:00
2024-03-31T00:00:00
3
268,207
0.23
HDX
2026-04-04
2023-06-01T00:00:00
SWZ
1,187,956
current
2023-06-01T00:00:00
2023-09-30T00:00:00
1
528,164
0.44
HDX
2026-04-04
2023-06-01T00:00:00
SWZ
1,187,956
current
2023-06-01T00:00:00
2023-09-30T00:00:00
4
0
0
HDX
2026-04-04

Kingdom of Eswatini: Acute Food Insecurity Country Data

Publisher: Integrated Food Security Phase Classification (IPC) · Source: HDX · License: other-pd-nr · Updated: 2023-08-19


Abstract

The IPC Acute Food Insecurity (IPC AFI) classification provides strategically relevant information to decision makers that focuses on short-term objectives to prevent, mitigate or decrease severe food insecurity that threatens lives or livelihoods. This data has been produced by the National IPC Technical Working Groups for IPC population estimates since 2017. All national population figures are based on official country population estimates. IPC estimates are those published in country IPC reports.

There is also a global dataset.

Each row in this dataset represents country-level aggregates. Temporal coverage is indicated by the date_of_analysis, from column(s). Geographic scope: SWZ.

Curated into ML-ready Parquet format by Electric Sheep Africa.


Dataset Characteristics

Domain Food security and nutrition
Unit of observation Country-level aggregates
Rows (total) 15
Columns 11 (3 numeric, 5 categorical, 3 datetime)
Train split 12 rows
Test split 3 rows
Geographic scope SWZ
Publisher Integrated Food Security Phase Classification (IPC)
HDX last updated 2023-08-19

Variables

Geographicdate_of_analysis, country (SWZ, #country+code), total_country_population (range 1187956.0–1187956.0), validity_period (current, projected, #period+v_ipc).

Demographicpercentage (range 0.0–1.0).

Outcome / Measurementphase (all, 3+, 1), number (range 0.0–1188391.0).

Identifier / Metadataesa_source (HDX), esa_processed (2026-04-04).

Otherfrom, to.


Quick Start

from datasets import load_dataset

ds    = load_dataset("electricsheepafrica/africa-kingdom-of-eswatini-acute-food-insecurity-country-data")
train = ds["train"].to_pandas()
test  = ds["test"].to_pandas()

print(train.shape)
train.head()

Schema

Column Type Null % Range / Sample Values
date_of_analysis datetime64[ns] 6.7%
country object 0.0% SWZ, #country+code
total_country_population float64 6.7% 1187956.0 – 1187956.0 (mean 1187956.0)
validity_period object 0.0% current, projected, #period+v_ipc
from datetime64[ns] 6.7%
to datetime64[ns] 6.7%
phase object 0.0% all, 3+, 1
number float64 6.7% 0.0 – 1188391.0 (mean 376778.0714)
percentage float64 6.7% 0.0 – 1.0 (mean 0.3164)
esa_source object 0.0% HDX
esa_processed object 0.0% 2026-04-04

Numeric Summary

Column Min Max Mean Median
total_country_population 1187956.0 1187956.0 1187956.0 1187956.0
number 0.0 1188391.0 376778.0714 275521.5
percentage 0.0 1.0 0.3164 0.235

Curation

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. 6 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.


Limitations

  • Data originates from Integrated Food Security Phase Classification (IPC) and has not been independently validated by ESA.
  • Automated cleaning cannot correct for misreported values, definitional inconsistencies, or sampling bias in the original collection.
  • Refer to the original HDX dataset page for the publisher's own methodology notes and caveats.

Citation

@dataset{hdx_africa_kingdom_of_eswatini_acute_food_insecurity_country_data,
  title     = {Kingdom of Eswatini: Acute Food Insecurity Country Data},
  author    = {Integrated Food Security Phase Classification (IPC)},
  year      = {2023},
  url       = {https://data.humdata.org/dataset/kingdom-of-eswatini-acute-food-insecurity-country-data},
  note      = {Repackaged for machine learning by Electric Sheep Africa (https://huggingface.co/electricsheepafrica)}
}

Electric Sheep Africa — Africa's ML dataset infrastructure. Lagos, Nigeria.

Downloads last month
28

Collection including electricsheepafrica/africa-kingdom-of-eswatini-acute-food-insecurity-country-data