Kossisoroyce commited on
Commit
c46f9e9
·
verified ·
1 Parent(s): 1061e51

Upload dataset folder

Browse files
README.md ADDED
@@ -0,0 +1,147 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ - 1K<n<10K
11
+ tags:
12
+ - tabular
13
+ - csv
14
+ - africa
15
+ - mali
16
+ - official-statistics
17
+ - open-data
18
+ - agriculture
19
+ configs:
20
+ - config_name: default
21
+ data_files:
22
+ - split: train
23
+ path: data/train-00000-of-00001.parquet
24
+ pretty_name: "Crop production: Humanitarian Response Plan (HRP) Countries Exposure Data for Disaster Risk Assessment | Africa (Mali official open data)"
25
+ ---
26
+
27
+ # Crop production: Humanitarian Response Plan (HRP) Countries Exposure Data for Disaster Risk Assessment | Africa (Mali official open data)
28
+
29
+ 1,609 rows - 1 Africa country - not-applicable - Repackaged by [Electric Sheep Africa](https://huggingface.co/electricsheepafrica)
30
+
31
+ ![rows](https://img.shields.io/badge/rows-1609-blue)
32
+ ![countries](https://img.shields.io/badge/countries-1-green)
33
+ ![years](https://img.shields.io/badge/years-not-applicable-orange)
34
+ ![indicators](https://img.shields.io/badge/indicators-0-purple)
35
+ ![license](https://img.shields.io/badge/license-cc-by-4.0-lightgrey)
36
+
37
+ ## TL;DR
38
+
39
+ This dataset packages one official `CSV` resource from **Mali** as
40
+ ML-ready Parquet. The source file is the provenance boundary; all usable
41
+ indicators or tabular columns from the resource stay together in this repo.
42
+
43
+ ## About the source
44
+
45
+ - **Source:** [Crop production: Humanitarian Response Plan (HRP) Countries Exposure Data for Disaster Risk Assessment](https://data.humdata.org/dataset/climada-crop-production-dataset)
46
+ - **Publisher:** ETH Zürich - Weather and Climate Risks
47
+ - **Resource:** [south-sudan-admin1-crop-production.csv](https://data.humdata.org/dataset/eca4e1bd-ca2e-4fc7-925a-3273b1e30737/resource/4bcdcd07-91dd-481e-bb63-596000f8dd58/download/south-sudan-admin1-crop-production.csv)
48
+ - **Format:** `CSV`
49
+ - **License:** [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/)
50
+ - **Packaging mode:** `tabular_resource`
51
+
52
+ ## Geographic coverage
53
+
54
+ 1 Africa country:
55
+
56
+ | Country | Rows | First year | Last year | Name |
57
+ |---------|-----:|-----------:|----------:|------|
58
+ | `MLI` | 1,609 | n/a | n/a | `Mali` |
59
+
60
+ ## Indicators or Resource Contents
61
+
62
+ - This source file is packaged as a normalized tabular resource.
63
+
64
+ ## Schema
65
+
66
+ | Column | Type | Description | Example |
67
+ |--------|------|-------------|---------|
68
+ | `source_record_id` | `string` | Stable row identifier for tabular resources. | `4bcdcd07-91dd-481e-bb63-596000f8dd58:0` |
69
+ | `country_iso3` | `category` | ISO3 country code. | `MLI` |
70
+ | `country_name` | `category` | Country name. | `Mali` |
71
+ | `country_name_2` | `string` | Source column. | `#country` |
72
+ | `admin1_name` | `string` | Source column. | `#adm1+name` |
73
+ | `latitude` | `float64` | Source column. | `` |
74
+ | `longitude` | `float64` | Source column. | `` |
75
+ | `aggregation` | `string` | Source column. | `` |
76
+ | `indicator` | `string` | Source column. | `#indicator+name` |
77
+ | `value` | `float64` | Numeric observation value. | `` |
78
+ | `source_period_start_year` | `Int64` | First year inferred from source resource metadata. | `` |
79
+ | `source_period_end_year` | `Int64` | Last year inferred from source resource metadata. | `` |
80
+ | `source_period_label` | `string` | Human-readable period inferred from source resource metadata. | `` |
81
+ | `source_provider` | `category` | Publishing organization. | `ETH Zürich - Weather and Climate Risks` |
82
+ | `source_dataset` | `category` | Source package title. | `Crop production: Humanitarian Response Plan (HRP) Countries Exposure Dat` |
83
+ | `source_resource` | `category` | Source resource title. | `south-sudan-admin1-crop-production.csv` |
84
+ | `source_package_id` | `category` | CKAN package UUID. | `eca4e1bd-ca2e-4fc7-925a-3273b1e30737` |
85
+ | `source_resource_id` | `category` | CKAN resource UUID. | `4bcdcd07-91dd-481e-bb63-596000f8dd58` |
86
+ | `source_url` | `category` | Original source resource URL. | `https://data.humdata.org/dataset/eca4e1bd-ca2e-4fc7-925a-3273b1e30737/re` |
87
+ | `license_id` | `category` | Source license identifier. | `cc-by` |
88
+ | `retrieved_at` | `category` | UTC retrieval timestamp. | `2026-08-12T23:12:09Z` |
89
+
90
+ ## Usage
91
+
92
+ ```python
93
+ from datasets import load_dataset
94
+
95
+ ds = load_dataset("electricsheepafrica/africa-mali-crop-production-humanitarian-response-plan-hrp-countries-e-9da51af3")
96
+ df = ds["train"].to_pandas()
97
+ print(df.head())
98
+ ```
99
+
100
+ ### Filter to one country
101
+
102
+ ```python
103
+ sample_country = df[df["country_iso3"] == "MLI"]
104
+ ```
105
+
106
+ ### Work with indicators
107
+
108
+ ```python
109
+ if "indicator_id" in df.columns:
110
+ print(df["indicator_id"].value_counts().head())
111
+ sample = df.sort_values([c for c in ["indicator_id", "year"] if c in df.columns])
112
+ ```
113
+
114
+ ## Citation
115
+
116
+ ```bibtex
117
+ @misc{electric_sheep_africa_africa_mali_crop_production_humanitarian_response_plan_hrp_countries_e_9da51af3_2026,
118
+ title = {Crop production: Humanitarian Response Plan (HRP) Countries Exposure Data for Disaster Risk Assessment | Africa (Mali official open data)},
119
+ author = {ETH Zürich - Weather and Climate Risks},
120
+ year = {2026},
121
+ url = {https://data.humdata.org/dataset/climada-crop-production-dataset},
122
+ publisher = {HuggingFace Datasets, repackaged by Electric Sheep Africa},
123
+ howpublished = {\url{https://huggingface.co/datasets/electricsheepafrica/africa-mali-crop-production-humanitarian-response-plan-hrp-countries-e-9da51af3}}
124
+ }
125
+ ```
126
+
127
+ ## License
128
+
129
+ Released under [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/).
130
+
131
+ Original data (c) ETH Zürich - Weather and Climate Risks. When using this dataset, please cite both the
132
+ original source above and the Electric Sheep Africa repackaging.
133
+
134
+ ## About Electric Sheep
135
+
136
+ Electric Sheep Africa is part of the Electric Sheep mission: a unified,
137
+ ML-ready data layer for Africa on Hugging Face. We pull data from authoritative
138
+ open sources, normalize the schemas, package as Parquet, and publish with
139
+ consistent dataset cards so researchers and developers can use `load_dataset()`
140
+ to start working in seconds.
141
+
142
+ Browse the full collection: [huggingface.co/electricsheepafrica](https://huggingface.co/electricsheepafrica)
143
+
144
+ ---
145
+
146
+ Provenance: ingested 2026-08-13 via the Electric Sheep pipeline. Source URL:
147
+ https://data.humdata.org/dataset/eca4e1bd-ca2e-4fc7-925a-3273b1e30737/resource/4bcdcd07-91dd-481e-bb63-596000f8dd58/download/south-sudan-admin1-crop-production.csv
data/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e9ca2e1b1bd948c5e86c3c5706899be391d15da1bd44f036e0faddb76966f449
3
+ size 21816
metadata/source_snapshot.json ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "columns": [
3
+ "source_record_id",
4
+ "country_iso3",
5
+ "country_name",
6
+ "country_name_2",
7
+ "admin1_name",
8
+ "latitude",
9
+ "longitude",
10
+ "aggregation",
11
+ "indicator",
12
+ "value",
13
+ "source_period_start_year",
14
+ "source_period_end_year",
15
+ "source_period_label",
16
+ "source_provider",
17
+ "source_dataset",
18
+ "source_resource",
19
+ "source_package_id",
20
+ "source_resource_id",
21
+ "source_url",
22
+ "license_id",
23
+ "retrieved_at"
24
+ ],
25
+ "generated_at": "2026-08-13T00:21:18Z",
26
+ "indicator_count": 0,
27
+ "mode": "tabular_resource",
28
+ "repo_id": "electricsheepafrica/africa-mali-crop-production-humanitarian-response-plan-hrp-countries-e-9da51af3",
29
+ "rows": 1609,
30
+ "source": {
31
+ "api_base_url": "https://data.humdata.org/api/3/action",
32
+ "country_iso3": "MLI",
33
+ "country_name": "Mali",
34
+ "group_names": "afg,bfa,bdi,cmr,caf,tcd,col,cod,eth,hti,mli,moz,mmr,ner,nga,som,ssd,pse,sdn,syr,ukr,ven,yem",
35
+ "license_id": "cc-by",
36
+ "license_title": "Creative Commons Attribution International (CC BY)",
37
+ "license_url": "http://www.opendefinition.org/licenses/cc-by",
38
+ "organization_name": "eth-zurich-weather-and-climate-risks",
39
+ "organization_title": "ETH Zürich - Weather and Climate Risks",
40
+ "package_id": "eca4e1bd-ca2e-4fc7-925a-3273b1e30737",
41
+ "package_name": "climada-crop-production-dataset",
42
+ "package_notes": "Historical and twenty-first century crop production in tons. Global gridded (4km resolution) crop yield simulations for maize, rice, soybean, and wheat, encompassing an ensemble of transient yield simulation output from eight global gridded crop models driven by bias-corrected output from five global climate models, as facilitated by the Inter-Sectoral Impact Model Intercomparison Project (ISIMIP, isimip.org)",
43
+ "package_page_url": "https://data.humdata.org/dataset/climada-crop-production-dataset",
44
+ "package_title": "Crop production: Humanitarian Response Plan (HRP) Countries Exposure Data for Disaster Risk Assessment",
45
+ "portal_url": "https://data.humdata.org",
46
+ "resource_description": "Gridded crop-production data for four crops under two irrigation conditions for South Sudan with admin1 name column",
47
+ "resource_format": "CSV",
48
+ "resource_id": "4bcdcd07-91dd-481e-bb63-596000f8dd58",
49
+ "resource_last_modified": "2025-09-03T09:34:04.518779",
50
+ "resource_name": "south-sudan-admin1-crop-production.csv",
51
+ "resource_position": "17",
52
+ "resource_url": "https://data.humdata.org/dataset/eca4e1bd-ca2e-4fc7-925a-3273b1e30737/resource/4bcdcd07-91dd-481e-bb63-596000f8dd58/download/south-sudan-admin1-crop-production.csv",
53
+ "tag_names": "geodata,hazards and risk,humanitarian response plan-hrp,hxl"
54
+ },
55
+ "year_max": null,
56
+ "year_min": null
57
+ }