lucyi-morn commited on
Commit
67e0fb5
·
verified ·
1 Parent(s): 35795d0

Upload dataset folder

Browse files
README.md ADDED
@@ -0,0 +1,145 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ - 10K<n<100K
11
+ tags:
12
+ - tabular
13
+ - zip
14
+ - africa
15
+ - djibouti
16
+ - official-statistics
17
+ - open-data
18
+ - health
19
+ - population
20
+ configs:
21
+ - config_name: default
22
+ data_files:
23
+ - split: train
24
+ path: data/train-00000-of-00001.parquet
25
+ pretty_name: "Djibouti: High Resolution Population Density Maps + Demographic Estimates | Africa (Djibouti official open data)"
26
+ ---
27
+
28
+ # Djibouti: High Resolution Population Density Maps + Demographic Estimates | Africa (Djibouti official open data)
29
+
30
+ 54,553 rows - 1 Africa country - 2020 - Repackaged by [Electric Sheep Africa](https://huggingface.co/electricsheepafrica)
31
+
32
+ ![rows](https://img.shields.io/badge/rows-54553-blue)
33
+ ![countries](https://img.shields.io/badge/countries-1-green)
34
+ ![years](https://img.shields.io/badge/years-2020-orange)
35
+ ![indicators](https://img.shields.io/badge/indicators-0-purple)
36
+ ![license](https://img.shields.io/badge/license-cc-by-4.0-lightgrey)
37
+
38
+ ## TL;DR
39
+
40
+ This dataset packages one official `ZIP` resource from **Djibouti** as
41
+ ML-ready Parquet. The source file is the provenance boundary; all usable
42
+ indicators or tabular columns from the resource stay together in this repo.
43
+
44
+ ## About the source
45
+
46
+ - **Source:** [Djibouti: High Resolution Population Density Maps + Demographic Estimates](https://data.humdata.org/dataset/highresolutionpopulationdensitymaps-dji)
47
+ - **Publisher:** AI for Good at Meta
48
+ - **Resource:** [dji_children_under_five_2020_csv.zip](https://data.humdata.org/dataset/f419e2e0-8f49-4c91-94d3-0b7a901aaef3/resource/f3fafddd-94b4-4dec-af8c-bb40638ef0e7/download/dji_children_under_five_2020_csv.zip)
49
+ - **Format:** `ZIP`
50
+ - **License:** [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/)
51
+ - **Packaging mode:** `tabular_resource`
52
+
53
+ ## Geographic coverage
54
+
55
+ 1 Africa country:
56
+
57
+ | Country | Rows | First year | Last year | Name |
58
+ |---------|-----:|-----------:|----------:|------|
59
+ | `DJI` | 54,553 | 2020 | 2020 | `Djibouti` |
60
+
61
+ ## Indicators or Resource Contents
62
+
63
+ - This source file is packaged as a normalized tabular resource.
64
+
65
+ ## Schema
66
+
67
+ | Column | Type | Description | Example |
68
+ |--------|------|-------------|---------|
69
+ | `source_record_id` | `string` | Stable row identifier for tabular resources. | `f3fafddd-94b4-4dec-af8c-bb40638ef0e7:0` |
70
+ | `country_iso3` | `category` | ISO3 country code. | `DJI` |
71
+ | `country_name` | `category` | Country name. | `Djibouti` |
72
+ | `year` | `Int64` | Observation year. | `2020` |
73
+ | `longitude` | `float64` | Source column. | `42.739305555734695` |
74
+ | `latitude` | `float64` | Source column. | `13.000138888841969` |
75
+ | `dji_children_under_five_2020` | `float64` | Source column. | `2.479968` |
76
+ | `source_period_start_year` | `Int64` | First year inferred from source resource metadata. | `2020` |
77
+ | `source_period_end_year` | `Int64` | Last year inferred from source resource metadata. | `2020` |
78
+ | `source_period_label` | `category` | Human-readable period inferred from source resource metadata. | `2020` |
79
+ | `source_provider` | `category` | Publishing organization. | `AI for Good at Meta` |
80
+ | `source_dataset` | `category` | Source package title. | `Djibouti: High Resolution Population Density Maps + Demographic Estimate` |
81
+ | `source_resource` | `category` | Source resource title. | `dji_children_under_five_2020_csv.zip` |
82
+ | `source_package_id` | `category` | CKAN package UUID. | `f419e2e0-8f49-4c91-94d3-0b7a901aaef3` |
83
+ | `source_resource_id` | `category` | CKAN resource UUID. | `f3fafddd-94b4-4dec-af8c-bb40638ef0e7` |
84
+ | `source_url` | `category` | Original source resource URL. | `https://data.humdata.org/dataset/f419e2e0-8f49-4c91-94d3-0b7a901aaef3/re` |
85
+ | `license_id` | `category` | Source license identifier. | `cc-by` |
86
+ | `retrieved_at` | `category` | UTC retrieval timestamp. | `2026-08-16T10:32:57Z` |
87
+
88
+ ## Usage
89
+
90
+ ```python
91
+ from datasets import load_dataset
92
+
93
+ ds = load_dataset("electricsheepafrica/africa-djibouti-djibouti-high-resolution-population-density-maps-demograph-ee7bfe69")
94
+ df = ds["train"].to_pandas()
95
+ print(df.head())
96
+ ```
97
+
98
+ ### Filter to one country
99
+
100
+ ```python
101
+ sample_country = df[df["country_iso3"] == "DJI"]
102
+ ```
103
+
104
+ ### Work with indicators
105
+
106
+ ```python
107
+ if "indicator_id" in df.columns:
108
+ print(df["indicator_id"].value_counts().head())
109
+ sample = df.sort_values([c for c in ["indicator_id", "year"] if c in df.columns])
110
+ ```
111
+
112
+ ## Citation
113
+
114
+ ```bibtex
115
+ @misc{electric_sheep_africa_africa_djibouti_djibouti_high_resolution_population_density_maps_demograph_ee7bf_2020,
116
+ title = {Djibouti: High Resolution Population Density Maps + Demographic Estimates | Africa (Djibouti official open data)},
117
+ author = {AI for Good at Meta},
118
+ year = {2020},
119
+ url = {https://data.humdata.org/dataset/highresolutionpopulationdensitymaps-dji},
120
+ publisher = {HuggingFace Datasets, repackaged by Electric Sheep Africa},
121
+ howpublished = {\url{https://huggingface.co/datasets/electricsheepafrica/africa-djibouti-djibouti-high-resolution-population-density-maps-demograph-ee7bfe69}}
122
+ }
123
+ ```
124
+
125
+ ## License
126
+
127
+ Released under [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/).
128
+
129
+ Original data (c) AI for Good at Meta. When using this dataset, please cite both the
130
+ original source above and the Electric Sheep Africa repackaging.
131
+
132
+ ## About Electric Sheep
133
+
134
+ Electric Sheep Africa is part of the Electric Sheep mission: a unified,
135
+ ML-ready data layer for Africa on Hugging Face. We pull data from authoritative
136
+ open sources, normalize the schemas, package as Parquet, and publish with
137
+ consistent dataset cards so researchers and developers can use `load_dataset()`
138
+ to start working in seconds.
139
+
140
+ Browse the full collection: [huggingface.co/electricsheepafrica](https://huggingface.co/electricsheepafrica)
141
+
142
+ ---
143
+
144
+ Provenance: ingested 2026-08-16 via the Electric Sheep pipeline. Source URL:
145
+ https://data.humdata.org/dataset/f419e2e0-8f49-4c91-94d3-0b7a901aaef3/resource/f3fafddd-94b4-4dec-af8c-bb40638ef0e7/download/dji_children_under_five_2020_csv.zip
data/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:26a0d097b85e5685a6bc01d7ef03b9ad990487fa76524439e9c41eab5940b764
3
+ size 271548
metadata/source_snapshot.json ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "columns": [
3
+ "source_record_id",
4
+ "country_iso3",
5
+ "country_name",
6
+ "year",
7
+ "longitude",
8
+ "latitude",
9
+ "dji_children_under_five_2020",
10
+ "source_period_start_year",
11
+ "source_period_end_year",
12
+ "source_period_label",
13
+ "source_provider",
14
+ "source_dataset",
15
+ "source_resource",
16
+ "source_package_id",
17
+ "source_resource_id",
18
+ "source_url",
19
+ "license_id",
20
+ "retrieved_at"
21
+ ],
22
+ "generated_at": "2026-08-16T11:26:23Z",
23
+ "indicator_count": 0,
24
+ "mode": "tabular_resource",
25
+ "repo_id": "electricsheepafrica/africa-djibouti-djibouti-high-resolution-population-density-maps-demograph-ee7bfe69",
26
+ "rows": 54553,
27
+ "source": {
28
+ "api_base_url": "https://data.humdata.org/api/3/action",
29
+ "country_iso3": "DJI",
30
+ "country_name": "Djibouti",
31
+ "group_names": "dji",
32
+ "license_id": "cc-by",
33
+ "license_title": "Creative Commons Attribution International (CC BY)",
34
+ "license_url": "http://www.opendefinition.org/licenses/cc-by",
35
+ "organization_name": "meta",
36
+ "organization_title": "AI for Good at Meta",
37
+ "package_id": "f419e2e0-8f49-4c91-94d3-0b7a901aaef3",
38
+ "package_name": "highresolutionpopulationdensitymaps-dji",
39
+ "package_notes": "The world's most accurate population datasets. Seven maps/datasets for the distribution of various populations in Djibouti: (1) Overall population density (2) Women (3) Men (4) Children (ages 0-5) (5) Youth (ages 15-24) (6) Elderly (ages 60+) (7) Women of reproductive age (ages 15-49).",
40
+ "package_page_url": "https://data.humdata.org/dataset/highresolutionpopulationdensitymaps-dji",
41
+ "package_title": "Djibouti: High Resolution Population Density Maps + Demographic Estimates",
42
+ "portal_url": "https://data.humdata.org",
43
+ "resource_description": "",
44
+ "resource_format": "ZIP",
45
+ "resource_id": "f3fafddd-94b4-4dec-af8c-bb40638ef0e7",
46
+ "resource_last_modified": "2022-10-21T15:14:38.867291",
47
+ "resource_name": "dji_children_under_five_2020_csv.zip",
48
+ "resource_position": "2",
49
+ "resource_url": "https://data.humdata.org/dataset/f419e2e0-8f49-4c91-94d3-0b7a901aaef3/resource/f3fafddd-94b4-4dec-af8c-bb40638ef0e7/download/dji_children_under_five_2020_csv.zip",
50
+ "tag_names": "baseline population,children,elderly,geodata,health,women,youth"
51
+ },
52
+ "year_max": 2020,
53
+ "year_min": 2020
54
+ }