Dataset Viewer
Auto-converted to Parquet Duplicate
id
int64
1.26k
4.58k
country_co
stringclasses
3 values
location_n
stringlengths
5
14
location_t
stringclasses
3 values
update
timestamp[ns]date
2006-12-08 00:00:00
2013-01-18 00:00:00
establishm
timestamp[ns]date
1998-10-01 00:00:00
2013-01-18 00:00:00
point_x
float64
-5.82
4.78
point_y
float64
11.2
16.1
type
stringclasses
3 values
esa_source
stringclasses
1 value
esa_processed
stringdate
2026-04-04 00:00:00
2026-04-04 00:00:00
4,241
MRT
M'Bera
RCO
2012-04-25T00:00:00
2012-04-25T00:00:00
-5.822239
15.766218
Refugee Camp
HDX
2026-04-04
1,259
NER
Abala
RCO
2012-07-19T00:00:00
1998-10-01T00:00:00
3.432
14.929
Refugee Camp
HDX
2026-04-04
4,573
NER
Ayorou
RLO
2013-01-16T00:00:00
2013-01-16T00:00:00
0.92495
14.73629
Refugee Location
HDX
2026-04-04
3,317
NER
Niamey
RUO
2006-12-08T00:00:00
2006-12-08T00:00:00
2.119
13.514
Refugee Urban Location
HDX
2026-04-04
1,267
NER
Tillia
RLO
2012-03-29T00:00:00
1999-08-23T00:00:00
4.779
16.146
Refugee Location
HDX
2026-04-04
4,240
BFA
Gandafabou
RCO
2012-10-16T00:00:00
2012-04-25T00:00:00
-0.770525
14.780276
Refugee Camp
HDX
2026-04-04
4,470
NER
Agando
RLO
2012-10-12T00:00:00
2012-10-12T00:00:00
4.062219
15.772567
Refugee Location
HDX
2026-04-04
2,327
BFA
Bobo-Dioulasso
RUO
2012-04-25T00:00:00
2004-04-20T00:00:00
-4.291773
11.1781
Refugee Urban Location
HDX
2026-04-04
2,328
BFA
Somgande
RUO
2012-04-25T00:00:00
2002-11-01T00:00:00
-1.528056
12.363889
Refugee Urban Location
HDX
2026-04-04
4,477
BFA
Saag Nioniogo
RCO
2012-12-03T00:00:00
2012-12-03T00:00:00
-1.456667
12.539167
Refugee Camp
HDX
2026-04-04
4,472
NER
Tigzefen
RLO
2012-10-12T00:00:00
2012-10-12T00:00:00
3.366667
15.216667
Refugee Location
HDX
2026-04-04
4,572
NER
Koutougou
RLO
2013-01-16T00:00:00
2013-01-16T00:00:00
0.782913
14.948983
Refugee Location
HDX
2026-04-04
4,473
NER
Banibangou
RLO
2012-10-12T00:00:00
2012-10-12T00:00:00
2.710116
15.0382
Refugee Location
HDX
2026-04-04
4,575
NER
Kizamou
RLO
2013-01-18T00:00:00
2013-01-18T00:00:00
2.95
15.18
Refugee Location
HDX
2026-04-04
4,476
BFA
Goudebo
RCO
2012-12-18T00:00:00
2012-12-03T00:00:00
-0.052417
14.019236
Refugee Camp
HDX
2026-04-04
4,225
BFA
Damba
RCO
2012-10-16T00:00:00
2012-03-29T00:00:00
-1.667553
14.478405
Refugee Camp
HDX
2026-04-04
4,228
NER
Mangaize
RCO
2012-07-19T00:00:00
2012-03-29T00:00:00
1.954201
14.68153
Refugee Camp
HDX
2026-04-04
4,466
NER
Tabareybarey
RCO
2012-07-19T00:00:00
2012-07-19T00:00:00
0.953167
14.779281
Refugee Camp
HDX
2026-04-04
4,474
NER
Tankad?mi
RLO
2012-10-12T00:00:00
2012-10-12T00:00:00
3.9
15.75
Refugee Location
HDX
2026-04-04
4,224
BFA
Mentao
RCO
2012-10-16T00:00:00
2012-03-29T00:00:00
-1.679783
14.023883
Refugee Camp
HDX
2026-04-04

Malian Refugees: Camp locations in Mauritania, Niger and Burkina Faso

Publisher: OCHA Mali · Source: HDX · License: other-pd-nr · Updated: 2023-05-02


Abstract

This file contains the Malian refugees camp locations in BURKINA FASO, NIGER and MAURITANIA provided by UNHCR.

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

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


Dataset Characteristics

Domain Conflict and security
Unit of observation Country-level aggregates
Rows (total) 26
Columns 11 (3 numeric, 6 categorical, 2 datetime)
Train split 20 rows
Test split 5 rows
Geographic scope MLI
Publisher OCHA Mali
HDX last updated 2023-05-02

Variables

Geographiccountry_co (NER, BFA, MRT), location_n (Deou, Abala, Miyane), location_t (RLO, RCO, RUO), point_x (range -5.8222–4.779), point_y (range 11.1781–16.146) and 1 others.

Temporalupdate.

Identifier / Metadataid (range 80.0–4575.0), esa_source (HDX), esa_processed (2026-04-04).

Otherestablishm.


Quick Start

from datasets import load_dataset

ds    = load_dataset("electricsheepafrica/africa-malian-refugees-camp-locations-in-mauritania-niger-and-burkina-faso")
train = ds["train"].to_pandas()
test  = ds["test"].to_pandas()

print(train.shape)
train.head()

Schema

Column Type Null % Range / Sample Values
id int64 0.0% 80.0 – 4575.0 (mean 3788.1154)
country_co object 0.0% NER, BFA, MRT
location_n object 0.0% Deou, Abala, Miyane
location_t object 0.0% RLO, RCO, RUO
update datetime64[ns] 0.0%
establishm datetime64[ns] 0.0%
point_x float64 0.0% -5.8222 – 4.779 (mean 0.8663)
point_y float64 0.0% 11.1781 – 16.146 (mean 14.6234)
type object 0.0% Refugee Location, Refugee Camp, Refugee Urban Location
esa_source object 0.0% HDX
esa_processed object 0.0% 2026-04-04

Numeric Summary

Column Min Max Mean Median
id 80.0 4575.0 3788.1154 4240.5
point_x -5.8222 4.779 0.8663 0.9391
point_y 11.1781 16.146 14.6234 14.8091

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. 2 column(s) with >80% missing values were removed: closing_da, commentary. 2 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 OCHA Mali 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_malian_refugees_camp_locations_in_mauritania_niger_and_burkina_faso,
  title     = {Malian Refugees: Camp locations in Mauritania, Niger and Burkina Faso},
  author    = {OCHA Mali},
  year      = {2023},
  url       = {https://data.humdata.org/dataset/malian-refugees-camp-locations-in-mauritania-niger-and-burkina-faso},
  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
13

Collection including electricsheepafrica/africa-malian-refugees-camp-locations-in-mauritania-niger-and-burkina-faso