CoolFace
Datasetpublic

electricsheepasia/asia-drought-asap-hotspots-monthly

Anomaly Hotspots of Agricultural Production Publisher: Joint Research Centre of the European Commission · Source: HDX · License: cc-by-igo · Updated: 2026-05-04 Abstract ASAP is an online decision support system for early warning about hotspots of agricultural production anomaly (crop and rangeland), developed by the JRC for food security crises prevention and response planning. The monthly hotspots data set is available below, but you can explore the… See the full description on the dataset page: https://huggingface.co/datasets/electricsheepasia/asia-drought-asap-hotspots-monthly.

sourceHugging Facecc-by-4.0updated 5mo agoView on Hugging Face
0likes21downloads
Dataset Card

Anomaly Hotspots of Agricultural Production

Publisher: Joint Research Centre of the European Commission · Source: HDX · License: cc-by-igo · Updated: 2026-05-04


Abstract

ASAP is an online decision support system for early warning about hotspots of agricultural production anomaly (crop and rangeland), developed by the JRC for food security crises prevention and response planning.

The monthly hotspots data set is available below, but you can explore the hotspots on the ASAP Warning Explorer and access more contextual data on the downloads page. To learn more about the hotspots, refer to the warning classification methodology document.

Each row in this dataset represents country-level aggregates. Temporal coverage is indicated by the date column(s). Geographic scope: AFG, DZA, AGO, BGD, BEN, BOL, BWA, BFA, and 73 others.

Curated into ML-ready Parquet format by [Electric Sheep Africa](https://huggingface.co/electricsheepafrica).


Dataset Characteristics

DomainFood security and nutrition
Unit of observationCountry-level aggregates
Rows (total)8,535
Columns12 (5 numeric, 6 categorical, 1 datetime)
Train split6,828 rows
Test split1,707 rows
Geographic scopeAFG, DZA, AGO, BGD, BEN, BOL, BWA, BFA, and 73 others
PublisherJoint Research Centre of the European Commission
HDX last updated2026-05-04

Variables

Geographic — g1_w_any (range 0.0–92.0), iso3 (KGZ, BGD, TJK).

Temporal — date.

Identifier / Metadata — asap0_id (range 13.0–221.0), asap0_name (Kyrgyzstan, Bangladesh, Tajikistan), hs_code (range 0.0–3.0), hs_name (No hotspot, Hotspot, Major hotspot), esa_source (HDX) and 1 others.

Other — comment (Not a hotspot country according to the latest ASAP analysis., Not a hotspot country according to the latest ASAP analysis., During the last three dekads the country was characterized by average rainfall and biomass conditions for both crop and rangeland areas.), g1_w_crop (range 0.0–69.0), g1_w_range (range 0.0–89.0).


Quick Start

python
from datasets import load_dataset

ds    = load_dataset("electricsheepafrica/asia-drought-all")
train = ds["train"].to_pandas()
test  = ds["test"].to_pandas()

print(train.shape)
train.head()

Schema

ColumnTypeNull %Range / Sample Values
asap0_idint640.0%13.0 – 221.0 (mean 124.4818)
asap0_nameobject0.0%Kyrgyzstan, Bangladesh, Tajikistan
datedatetime64[ns]0.0%
hs_codeint640.0%0.0 – 3.0 (mean 0.2564)
hs_nameobject0.0%No hotspot, Hotspot, Major hotspot
commentobject0.0%Not a hotspot country according to the latest ASAP analysis.,
Not a hotspot country according to the latest ASAP analysis., During the last three dekads the country was characterized by average rainfall and biomass conditions for both crop and rangeland areas.
g1_w_cropint640.0%0.0 – 69.0 (mean 2.7869)
g1_w_rangeint640.0%0.0 – 89.0 (mean 2.3973)
g1_w_anyint640.0%0.0 – 92.0 (mean 3.594)
iso3object4.8%KGZ, BGD, TJK
esa_sourceobject0.0%HDX
esa_processedobject0.0%2026-05-04

Numeric Summary

ColumnMinMaxMeanMedian
asap0_id13.0221.0124.4818128.0
hs_code0.03.00.25640.0
g1_w_crop0.069.02.78691.0
g1_w_range0.089.02.39730.0
g1_w_any0.092.03.5941.0

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


Limitations

  • —Data originates from Joint Research Centre of the European Commission and has not been independently validated by ESA.
  • —Automated cleaning cannot correct for misreported values, definitional inconsistencies, or sampling bias in the original collection.
  • —This dataset spans 81 countries; geographic and methodological inconsistencies across national boundaries may affect cross-country comparability.
  • —Refer to the original HDX dataset page for the publisher's own methodology notes and caveats.

Citation

bibtex
@dataset{hdx_asia_drought_all,
  title     = {Anomaly Hotspots of Agricultural Production},
  author    = {Joint Research Centre of the European Commission},
  year      = {2026},
  url       = {https://data.humdata.org/dataset/asap-hotspots-monthly},
  note      = {Repackaged for machine learning by Electric Sheep Africa (https://huggingface.co/electricsheepafrica)}
}

[Electric Sheep Africa](https://huggingface.co/electricsheepafrica) — Africa's ML dataset infrastructure. Lagos, Nigeria.