taxapp commited on
Commit
1469e88
·
verified ·
1 Parent(s): d201194

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-regression
7
+ - time-series-forecasting
8
+ multilinguality: monolingual
9
+ size_categories:
10
+ - 1K<n<10K
11
+ tags:
12
+ - tabular
13
+ - csv
14
+ - africa
15
+ - madagascar
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: "Madagascar - Climate Change | Africa (Madagascar official open data)"
24
+ ---
25
+
26
+ # Madagascar - Climate Change | Africa (Madagascar official open data)
27
+
28
+ 1,561 rows - 1 Africa country - 1960-2025 - Repackaged by [Electric Sheep Africa](https://huggingface.co/electricsheepafrica)
29
+
30
+ ![rows](https://img.shields.io/badge/rows-1561-blue)
31
+ ![countries](https://img.shields.io/badge/countries-1-green)
32
+ ![years](https://img.shields.io/badge/years-1960-2025-orange)
33
+ ![indicators](https://img.shields.io/badge/indicators-1-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 `CSV` resource from **Madagascar** 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:** [Madagascar - Climate Change](https://data.humdata.org/dataset/world-bank-climate-change-indicators-for-madagascar)
45
+ - **Publisher:** World Bank Group
46
+ - **Resource:** [Climate Change Indicators for Madagascar](https://data.humdata.org/dataset/26d0f268-a44f-4b46-8de8-64ec5fb84eee/resource/a17265e8-3d35-483e-ac7a-57d7c19827a9/download/climate-change_mdg.csv)
47
+ - **Format:** `CSV`
48
+ - **License:** [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/)
49
+ - **Packaging mode:** `indicator_long`
50
+
51
+ ## Geographic coverage
52
+
53
+ 1 Africa country:
54
+
55
+ | Country | Rows | First year | Last year | Name |
56
+ |---------|-----:|-----------:|----------:|------|
57
+ | `MDG` | 1,561 | 1960 | 2025 | `Madagascar` |
58
+
59
+ ## Indicators or Resource Contents
60
+
61
+ - `madagascar-climate-change-098d8ce2` - Madagascar - Climate Change
62
+
63
+ ## Schema
64
+
65
+ | Column | Type | Description | Example |
66
+ |--------|------|-------------|---------|
67
+ | `indicator_id` | `string` | Stable indicator identifier. | `madagascar-climate-change-098d8ce2` |
68
+ | `indicator_name` | `string` | Human-readable indicator name. | `Madagascar - Climate Change` |
69
+ | `country_iso3` | `string` | ISO3 country code. | `MDG` |
70
+ | `country_name` | `string` | Country name. | `Madagascar` |
71
+ | `year` | `Int64` | Observation year. | `2023` |
72
+ | `value` | `float64` | Numeric observation value. | `408950.0` |
73
+ | `unit` | `string` | Measurement unit, when available. | `source_units_unspecified` |
74
+ | `dimension_country_name` | `string` | Source dimension. | `Madagascar` |
75
+ | `dimension_country_iso3` | `string` | Source dimension. | `MDG` |
76
+ | `dimension_indicator_name` | `string` | Source dimension. | `Agricultural land (sq. km)` |
77
+ | `dimension_indicator_code` | `string` | Source dimension. | `AG.LND.AGRI.K2` |
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. | `World Bank Group` |
82
+ | `source_dataset` | `category` | Source package title. | `Madagascar - Climate Change` |
83
+ | `source_resource` | `category` | Source resource title. | `Climate Change Indicators for Madagascar` |
84
+ | `source_package_id` | `category` | CKAN package UUID. | `26d0f268-a44f-4b46-8de8-64ec5fb84eee` |
85
+ | `source_resource_id` | `category` | CKAN resource UUID. | `a17265e8-3d35-483e-ac7a-57d7c19827a9` |
86
+ | `source_url` | `category` | Original source resource URL. | `https://data.humdata.org/dataset/26d0f268-a44f-4b46-8de8-64ec5fb84eee/re` |
87
+ | `license_id` | `category` | Source license identifier. | `cc-by` |
88
+ | `retrieved_at` | `category` | UTC retrieval timestamp. | `2026-08-30T05:38:32Z` |
89
+
90
+ ## Usage
91
+
92
+ ```python
93
+ from datasets import load_dataset
94
+
95
+ ds = load_dataset("electricsheepafrica/africa-madagascar-madagascar-climate-change-99bbfbfa")
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"] == "MDG"]
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_madagascar_madagascar_climate_change_99bbfbfa_2025,
118
+ title = {Madagascar - Climate Change | Africa (Madagascar official open data)},
119
+ author = {World Bank Group},
120
+ year = {2025},
121
+ url = {https://data.humdata.org/dataset/world-bank-climate-change-indicators-for-madagascar},
122
+ publisher = {HuggingFace Datasets, repackaged by Electric Sheep Africa},
123
+ howpublished = {\url{https://huggingface.co/datasets/electricsheepafrica/africa-madagascar-madagascar-climate-change-99bbfbfa}}
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) World Bank Group. 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-30 via the Electric Sheep pipeline. Source URL:
147
+ https://data.humdata.org/dataset/26d0f268-a44f-4b46-8de8-64ec5fb84eee/resource/a17265e8-3d35-483e-ac7a-57d7c19827a9/download/climate-change_mdg.csv
data/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:11c6e81e19d39c5eb42a30e18c0d6454e14e9de8c2e8f1da15ddcb72fd060bf4
3
+ size 29495
metadata/source_snapshot.json ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "columns": [
3
+ "indicator_id",
4
+ "indicator_name",
5
+ "country_iso3",
6
+ "country_name",
7
+ "year",
8
+ "value",
9
+ "unit",
10
+ "dimension_country_name",
11
+ "dimension_country_iso3",
12
+ "dimension_indicator_name",
13
+ "dimension_indicator_code",
14
+ "source_period_start_year",
15
+ "source_period_end_year",
16
+ "source_period_label",
17
+ "source_provider",
18
+ "source_dataset",
19
+ "source_resource",
20
+ "source_package_id",
21
+ "source_resource_id",
22
+ "source_url",
23
+ "license_id",
24
+ "retrieved_at"
25
+ ],
26
+ "generated_at": "2026-08-30T05:55:38Z",
27
+ "indicator_count": 1,
28
+ "mode": "indicator_long",
29
+ "repo_id": "electricsheepafrica/africa-madagascar-madagascar-climate-change-99bbfbfa",
30
+ "rows": 1561,
31
+ "source": {
32
+ "api_base_url": "https://data.humdata.org/api/3/action",
33
+ "country_iso3": "MDG",
34
+ "country_name": "Madagascar",
35
+ "group_names": "mdg",
36
+ "license_id": "cc-by",
37
+ "license_title": "Creative Commons Attribution International (CC BY)",
38
+ "license_url": "http://www.opendefinition.org/licenses/cc-by",
39
+ "organization_name": "world-bank-group",
40
+ "organization_title": "World Bank Group",
41
+ "package_id": "26d0f268-a44f-4b46-8de8-64ec5fb84eee",
42
+ "package_name": "world-bank-climate-change-indicators-for-madagascar",
43
+ "package_notes": "Contains data from the World Bank's [data portal](http://data.worldbank.org/). There is also a [consolidated country dataset](https://data.humdata.org/dataset/world-bank-combined-indicators-for-madagascar) on HDX. Climate change is expected to hit developing countries the hardest. Its effects—higher temperatures, changes in precipitation patterns, rising sea levels, and more frequent weather-related disasters—pose risks for agriculture, food, and water supplies. At stake are recent gains in the fight against poverty, hunger and disease, and the lives and livelihoods of billions of people in developing countries. Addressing climate change requires unprecedented global cooperation across borders. The World Bank Group is helping support developing countries and contributing to a global solution, while tailoring our approach to the differing needs of developing country partners. Data here cover climate systems, exposure to climate impacts, resilience, greenhouse gas emissions, and energy use. Other indicators relevant to climate change are found under other data pages, particularly Environment, Agriculture & Rural Development, Energy & Mining, Health, Infrastructure, Poverty, and Urban Development.",
44
+ "package_page_url": "https://data.humdata.org/dataset/world-bank-climate-change-indicators-for-madagascar",
45
+ "package_title": "Madagascar - Climate Change",
46
+ "portal_url": "https://data.humdata.org",
47
+ "resource_description": "csv containing Climate Change indicators Indicators: Access to electricity, Agricultural irrigated land, Agricultural land, Agriculture, Annual freshwater withdrawals, Arable land, Average precipitation in depth, CPIA public sector management and institutions cluster average, Cereal yield, Disaster risk reduction progress score, Droughts, Electric power consumption, Electricity production from coal sources, Electricity production from hydroelectric sources, Electricity production from natural gas sources, Electricity production from nuclear sources, Electricity production from oil sources, Electricity production from renewable sources, Energy use, Foreign direct investment, Forest area, Land area where elevation is below 5 meters, Marine protected areas, Mortality rate, Population, Population growth, Population in urban agglomerations of more than 1 million, Population living in areas where elevation is below 5 meters, Poverty headcount ratio at $3.00 a day, Prevalence of underweight, Primary completion rate, Renewable electricity output, Renewable energy consumption, Roads, Rural land area where elevation is below 5 meters, Rural population living in areas where elevation is below 5 meters, School enrollment, Terrestrial and marine protected areas, Terrestrial protected areas, Urban land area where elevation is below 5 meters, Urban population, Urban population growth, Urban population living in areas where elevation is below 5 meters",
48
+ "resource_format": "CSV",
49
+ "resource_id": "a17265e8-3d35-483e-ac7a-57d7c19827a9",
50
+ "resource_last_modified": "2026-07-17T00:41:09.607494",
51
+ "resource_name": "Climate Change Indicators for Madagascar",
52
+ "resource_position": "0",
53
+ "resource_url": "https://data.humdata.org/dataset/26d0f268-a44f-4b46-8de8-64ec5fb84eee/resource/a17265e8-3d35-483e-ac7a-57d7c19827a9/download/climate-change_mdg.csv",
54
+ "tag_names": "climate-weather,indicators"
55
+ },
56
+ "year_max": 2025,
57
+ "year_min": 1960
58
+ }