CollosaAI commited on
Commit
e2db82d
·
verified ·
1 Parent(s): 7c62072

Upload dataset folder

Browse files
README.md ADDED
@@ -0,0 +1,144 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ language:
4
+ - en
5
+ task_categories:
6
+ - tabular-classification
7
+ - tabular-regression
8
+ multilinguality: monolingual
9
+ size_categories:
10
+ - n<1K
11
+ tags:
12
+ - tabular
13
+ - xlsx
14
+ - africa
15
+ - burundi
16
+ - official-statistics
17
+ - open-data
18
+ configs:
19
+ - config_name: default
20
+ data_files:
21
+ - split: train
22
+ path: data/train-00000-of-00001.parquet
23
+ pretty_name: "Future Displacement Forecasts | Africa (Burundi official open data)"
24
+ ---
25
+
26
+ # Future Displacement Forecasts | Africa (Burundi official open data)
27
+
28
+ 26 rows - 1 Africa country - 2025-2027 - Repackaged by [Electric Sheep Africa](https://huggingface.co/electricsheepafrica)
29
+
30
+ ![rows](https://img.shields.io/badge/rows-26-blue)
31
+ ![countries](https://img.shields.io/badge/countries-1-green)
32
+ ![years](https://img.shields.io/badge/years-2025-2027-orange)
33
+ ![indicators](https://img.shields.io/badge/indicators-0-purple)
34
+ ![license](https://img.shields.io/badge/license-cc-by-4.0-lightgrey)
35
+
36
+ ## TL;DR
37
+
38
+ This dataset packages one official `XLSX` resource from **Burundi** as
39
+ ML-ready Parquet. The source file is the provenance boundary; all usable
40
+ indicators or tabular columns from the resource stay together in this repo.
41
+
42
+ ## About the source
43
+
44
+ - **Source:** [Future Displacement Forecasts](https://data.humdata.org/dataset/drc-displacement-forecasts)
45
+ - **Publisher:** Danish Refugee Council
46
+ - **Resource:** [foresight-displacement-forecasts-june-2025.xlsx](https://data.humdata.org/dataset/dd000cd0-5757-484f-9df8-4aee6c7362c5/resource/edd79de5-cfc2-4464-b8d8-e5c6b2d87e82/download/foresight-displacement-forecasts-june-2025.xlsx)
47
+ - **Format:** `XLSX`
48
+ - **License:** [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/)
49
+ - **Packaging mode:** `tabular_resource`
50
+
51
+ ## Geographic coverage
52
+
53
+ 1 Africa country:
54
+
55
+ | Country | Rows | First year | Last year | Name |
56
+ |---------|-----:|-----------:|----------:|------|
57
+ | `BDI` | 26 | 2025 | 2027 | `Burundi` |
58
+
59
+ ## Indicators or Resource Contents
60
+
61
+ - This source file is packaged as a normalized tabular resource.
62
+
63
+ ## Schema
64
+
65
+ | Column | Type | Description | Example |
66
+ |--------|------|-------------|---------|
67
+ | `source_record_id` | `string` | Stable row identifier for tabular resources. | `edd79de5-cfc2-4464-b8d8-e5c6b2d87e82:sheet1:0` |
68
+ | `country_iso3` | `category` | ISO3 country code. | `BDI` |
69
+ | `country_name` | `category` | Country name. | `Burundi` |
70
+ | `source_sheet` | `string` | Workbook sheet name, when the source is a spreadsheet. | `Sheet1` |
71
+ | `country_code` | `string` | Source column. | `AFG` |
72
+ | `forecast_25` | `float64` | Source column. | `11225088.15404684` |
73
+ | `forecast_26` | `float64` | Source column. | `11463272.85903113` |
74
+ | `forecast_27` | `float64` | Source column. | `11947802.4700684` |
75
+ | `source_period_start_year` | `Int64` | First year inferred from source resource metadata. | `2025` |
76
+ | `source_period_end_year` | `Int64` | Last year inferred from source resource metadata. | `2027` |
77
+ | `source_period_label` | `category` | Human-readable period inferred from source resource metadata. | `2025-2027` |
78
+ | `source_provider` | `category` | Publishing organization. | `Danish Refugee Council` |
79
+ | `source_dataset` | `category` | Source package title. | `Future Displacement Forecasts` |
80
+ | `source_resource` | `category` | Source resource title. | `foresight-displacement-forecasts-june-2025.xlsx` |
81
+ | `source_package_id` | `category` | CKAN package UUID. | `dd000cd0-5757-484f-9df8-4aee6c7362c5` |
82
+ | `source_resource_id` | `category` | CKAN resource UUID. | `edd79de5-cfc2-4464-b8d8-e5c6b2d87e82` |
83
+ | `source_url` | `category` | Original source resource URL. | `https://data.humdata.org/dataset/dd000cd0-5757-484f-9df8-4aee6c7362c5/re` |
84
+ | `license_id` | `category` | Source license identifier. | `cc-by` |
85
+ | `retrieved_at` | `category` | UTC retrieval timestamp. | `2026-08-15T08:23:53Z` |
86
+
87
+ ## Usage
88
+
89
+ ```python
90
+ from datasets import load_dataset
91
+
92
+ ds = load_dataset("electricsheepafrica/africa-burundi-future-displacement-forecasts-5e014391")
93
+ df = ds["train"].to_pandas()
94
+ print(df.head())
95
+ ```
96
+
97
+ ### Filter to one country
98
+
99
+ ```python
100
+ sample_country = df[df["country_iso3"] == "BDI"]
101
+ ```
102
+
103
+ ### Work with indicators
104
+
105
+ ```python
106
+ if "indicator_id" in df.columns:
107
+ print(df["indicator_id"].value_counts().head())
108
+ sample = df.sort_values([c for c in ["indicator_id", "year"] if c in df.columns])
109
+ ```
110
+
111
+ ## Citation
112
+
113
+ ```bibtex
114
+ @misc{electric_sheep_africa_africa_burundi_future_displacement_forecasts_5e014391_2027,
115
+ title = {Future Displacement Forecasts | Africa (Burundi official open data)},
116
+ author = {Danish Refugee Council},
117
+ year = {2027},
118
+ url = {https://data.humdata.org/dataset/drc-displacement-forecasts},
119
+ publisher = {HuggingFace Datasets, repackaged by Electric Sheep Africa},
120
+ howpublished = {\url{https://huggingface.co/datasets/electricsheepafrica/africa-burundi-future-displacement-forecasts-5e014391}}
121
+ }
122
+ ```
123
+
124
+ ## License
125
+
126
+ Released under [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/).
127
+
128
+ Original data (c) Danish Refugee Council. When using this dataset, please cite both the
129
+ original source above and the Electric Sheep Africa repackaging.
130
+
131
+ ## About Electric Sheep
132
+
133
+ Electric Sheep Africa is part of the Electric Sheep mission: a unified,
134
+ ML-ready data layer for Africa on Hugging Face. We pull data from authoritative
135
+ open sources, normalize the schemas, package as Parquet, and publish with
136
+ consistent dataset cards so researchers and developers can use `load_dataset()`
137
+ to start working in seconds.
138
+
139
+ Browse the full collection: [huggingface.co/electricsheepafrica](https://huggingface.co/electricsheepafrica)
140
+
141
+ ---
142
+
143
+ Provenance: ingested 2026-08-15 via the Electric Sheep pipeline. Source URL:
144
+ https://data.humdata.org/dataset/dd000cd0-5757-484f-9df8-4aee6c7362c5/resource/edd79de5-cfc2-4464-b8d8-e5c6b2d87e82/download/foresight-displacement-forecasts-june-2025.xlsx
data/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:868e89612c1186d0da56e4fbe05e47c967acad1b2165c1c85752db39f779a4c7
3
+ size 16133
metadata/source_snapshot.json ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "columns": [
3
+ "source_record_id",
4
+ "country_iso3",
5
+ "country_name",
6
+ "source_sheet",
7
+ "country_code",
8
+ "forecast_25",
9
+ "forecast_26",
10
+ "forecast_27",
11
+ "source_period_start_year",
12
+ "source_period_end_year",
13
+ "source_period_label",
14
+ "source_provider",
15
+ "source_dataset",
16
+ "source_resource",
17
+ "source_package_id",
18
+ "source_resource_id",
19
+ "source_url",
20
+ "license_id",
21
+ "retrieved_at"
22
+ ],
23
+ "generated_at": "2026-08-15T08:43:54Z",
24
+ "indicator_count": 0,
25
+ "mode": "tabular_resource",
26
+ "repo_id": "electricsheepafrica/africa-burundi-future-displacement-forecasts-5e014391",
27
+ "rows": 26,
28
+ "source": {
29
+ "api_base_url": "https://data.humdata.org/api/3/action",
30
+ "country_iso3": "BDI",
31
+ "country_name": "Burundi",
32
+ "group_names": "afg,bfa,bdi,cmr,caf,tcd,col,cod,slv,eth,gtm,hnd,irq,lby,mli,moz,mmr,ner,nga,som,ssd,sdn,syr,ukr,ven,yem",
33
+ "license_id": "cc-by",
34
+ "license_title": "Creative Commons Attribution International (CC BY)",
35
+ "license_url": "http://www.opendefinition.org/licenses/cc-by",
36
+ "organization_name": "danish-refugee-council",
37
+ "organization_title": "Danish Refugee Council",
38
+ "package_id": "dd000cd0-5757-484f-9df8-4aee6c7362c5",
39
+ "package_name": "drc-displacement-forecasts",
40
+ "package_notes": "Forecasts of forced displacement (IDPs, asylum seekers and refugees) one to three years into the future based on machine learning model.",
41
+ "package_page_url": "https://data.humdata.org/dataset/drc-displacement-forecasts",
42
+ "package_title": "Future Displacement Forecasts",
43
+ "portal_url": "https://data.humdata.org",
44
+ "resource_description": "The current displacement forecasts for 2025-2027",
45
+ "resource_format": "XLSX",
46
+ "resource_id": "edd79de5-cfc2-4464-b8d8-e5c6b2d87e82",
47
+ "resource_last_modified": "2025-08-07T12:31:24.393605",
48
+ "resource_name": "foresight-displacement-forecasts-june-2025.xlsx",
49
+ "resource_position": "1",
50
+ "resource_url": "https://data.humdata.org/dataset/dd000cd0-5757-484f-9df8-4aee6c7362c5/resource/edd79de5-cfc2-4464-b8d8-e5c6b2d87e82/download/foresight-displacement-forecasts-june-2025.xlsx",
51
+ "tag_names": "asylum seekers,displacement,forecasting,internally displaced persons-idp,refugees"
52
+ },
53
+ "year_max": 2027,
54
+ "year_min": 2025
55
+ }