Olaroti commited on
Commit
cdf3444
·
verified ·
1 Parent(s): 8d13e5a

Standardize Electric Sheep Africa dataset card

Browse files
Files changed (1) hide show
  1. README.md +126 -93
README.md CHANGED
@@ -1,111 +1,144 @@
1
  ---
2
  license: cc-by-4.0
 
 
3
  task_categories:
4
  - tabular-classification
5
  - tabular-regression
6
- language:
7
- - en
8
- tags:
9
- - climate
10
- - environment
11
- - africa
12
- - synthetic-data
13
- - sub-saharan-africa
14
- - climate-vulnerability
15
- - climate-adaptation
16
- - climate-risk
17
- - synthetic
18
  size_categories:
19
  - 10K<n<100K
20
- data_type: synthetic
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
21
  ---
22
 
23
- > ⚠️ **Synthetic dataset** Parameterized from published SSA literature, not real observations. Not suitable for empirical analysis or policy inference.
24
-
25
- # Climate Vulnerability and Exposure - Africa
26
-
27
- A comprehensive synthetic dataset assessing climate vulnerability, exposure indices, and adaptive capacity across Sub-Saharan African countries.
28
-
29
- ## Dataset Description
30
-
31
- This dataset provides detailed records of climate vulnerability assessments across 15 Sub-Saharan African countries. It includes exposure metrics, hazard probabilities, adaptive capacity indicators, and climate policy frameworks. The data enables analysis of climate-nutrition linkages through malnutrition burden stratification.
32
-
33
- ### Key Statistics
34
-
35
- | Metric | Value |
36
- |--------|-------|
37
- | Total Records | 14,998 |
38
- | Countries Covered | 15 |
39
- | Time Period | 2018-2025 |
40
- | Files | 3 (high_burden, moderate_burden, low_burden) |
41
- | Features | 29 |
42
-
43
- ### Countries Included
44
- DRC, Ethiopia, Ghana, Kenya, Malawi, Mali, Mozambique, Niger, Nigeria, Rwanda, Senegal, South Africa, Tanzania, Uganda, Zambia
45
-
46
- ## Column Descriptions
47
-
48
- | Column | Type | Description |
49
- |--------|------|-------------|
50
- | record_id | string | Unique identifier (CLIM_XXXXXX) |
51
- | country | string | African country name |
52
- | year | int | Year of observation (2018-2025) |
53
- | climate_zone | string | Climate classification |
54
- | geographic_exposure_index | float | Geographic exposure to climate hazards (0-1) |
55
- | coastal_proximity | int | Binary coastal proximity (0/1) |
56
- | elevation_category | string | Elevation classification |
57
- | temperature_anomaly_c | float | Temperature deviation from baseline (°C) |
58
- | precipitation_variability_pct | float | Precipitation variability (%) |
59
- | extreme_heat_days_year | int | Annual extreme heat days |
60
- | heat_stress_index | float | Heat stress composite index |
61
- | drought_probability | float | Probability of drought (0-1) |
62
- | flood_probability | float | Probability of flooding (0-1) |
63
- | climate_hazard_index | float | Composite hazard index (0-1) |
64
- | gdp_per_capita_usd | float | GDP per capita (USD) |
65
- | agriculture_gdp_share_pct | float | Agriculture share of GDP (%) |
66
- | infrastructure_quality_index | float | Infrastructure quality (0-1) |
67
- | healthcare_access_index | float | Healthcare access (0-1) |
68
- | early_warning_coverage_pct | float | Early warning system coverage (%) |
69
- | social_protection_coverage_pct | float | Social protection coverage (%) |
70
- | adaptive_capacity_index | float | Overall adaptive capacity (0-1) |
71
- | climate_policy_strength | float | Climate policy strength (0-1) |
72
- | ndc_ambition_score | float | NDC ambition score (0-1) |
73
- | climate_finance_access_million_usd | float | Climate finance accessed (million USD) |
74
- | vulnerability_index | float | Composite vulnerability index (0-1) |
75
- | exposure_score | float | Climate exposure score (0-1) |
76
- | risk_category | string | Risk classification |
77
- | population_at_risk_millions | float | Population at climate risk (millions) |
78
- | potential_economic_loss_pct_gdp | float | Potential economic loss (% GDP) |
79
-
80
- ### Climate Zones
81
- - tropical_wet, tropical_dry, semi_arid, arid, mediterranean, highland
82
-
83
- ### Risk Categories
84
- - Low, Moderate, High, Very_High
85
-
86
- ## Usage Example
87
 
88
  ```python
89
- import pandas as pd
90
 
91
- # Load high burden dataset
92
- df = pd.read_csv('climate_vulnerability_exposure_africa_high_burden.csv')
93
 
94
- # Analyze vulnerability by country
95
- vulnerability = df.groupby('country')['vulnerability_index'].mean()
96
- print(vulnerability.sort_values(ascending=False))
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
97
 
98
- # Filter very high risk areas
99
- very_high_risk = df[df['risk_category'] == 'Very_High']
 
 
 
100
 
101
- # Correlation analysis
102
- correlation = df[['adaptive_capacity_index', 'vulnerability_index']].corr()
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
103
  ```
104
 
105
- ## Research Sources
 
 
 
 
 
 
 
 
 
 
106
 
107
- This synthetic dataset is inspired by and aligned with data from:
108
- - [ND-GAIN Country Index](https://gain.nd.edu/our-work/country-index/)
109
- - [INFORM Risk Index](https://drmkc.jrc.ec.europa.eu/inform-index)
110
- - [World Bank Climate Change Knowledge Portal](https://climateknowledgeportal.worldbank.org/)
111
- - [IPCC Climate Reports](https://www.ipcc.ch/)
 
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
+ - "africa"
13
+ - "electric-sheep-africa"
14
+ - "open-data"
15
+ - "metadata-backed"
16
+ - "climate-environment"
17
+ - "csv"
18
+ - "tabular"
19
+ - "text"
20
+ - "climate"
21
+ - "environment"
22
+ - "synthetic-data"
23
+ - "sub-saharan-africa"
24
+ - "climate-vulnerability"
25
+ - "climate-adaptation"
26
+ - "climate-risk"
27
+ - "synthetic"
28
+ pretty_name: "Africa Synth Climate Climate Vulnerability Exposure Niger | Africa (Electric Sheep Africa metadata inventory)"
29
  ---
30
 
31
+ # Africa Synth Climate Climate Vulnerability Exposure Niger | Africa (Electric Sheep Africa metadata inventory)
32
+
33
+ **Size category:** `10K<n<100K` - **Formats:** `csv` - **Sector:** climate_environment - *Engineered by [Electric Sheep Africa](https://huggingface.co/electricsheepafrica)*
34
+
35
+ ![size](https://img.shields.io/badge/size-10K%3Cn%3C100K-blue)
36
+ ![sector](https://img.shields.io/badge/sector-climate_environment-green)
37
+ ![downloads](https://img.shields.io/badge/HF_downloads-40-orange)
38
+ ![license](https://img.shields.io/badge/license-cc--by--4.0-lightgrey)
39
+
40
+ ## TL;DR
41
+
42
+ This dataset is part of the Electric Sheep Africa catalog on Hugging Face. It is indexed for African data discovery with standardized metadata, loading guidance, provenance notes, and analyst-oriented context.
43
+
44
+ ## What This Dataset Covers
45
+
46
+ Public datasets help analysts inspect structured evidence, build reproducible workflows, and compare patterns across domains.
47
+
48
+ Dataset context from the existing Hugging Face card: ⚠️ Synthetic dataset — Parameterized from published SSA literature, not real observations. Not suitable for empirical analysis or policy inference. Climate Vulnerability and Exposure - Africa A comprehensive synthetic dataset assessing climate vulnerability, exposure indices, and adaptive capacity across Sub-Saharan African countries. Dataset Description This dataset provides detailed records of climate vulnerability assessments across 15 Sub-Saharan African countries.… See the full description on the dataset page: https://huggingface.co/datasets/electricsheepafrica/africa-synth-climate-climate-vulnerability-exposure-niger.
49
+
50
+ ## Dataset Profile
51
+
52
+ | Field | Value |
53
+ |---|---|
54
+ | Hugging Face repo | [`electricsheepafrica/africa-synth-climate-climate-vulnerability-exposure-niger`](https://huggingface.co/datasets/electricsheepafrica/africa-synth-climate-climate-vulnerability-exposure-niger) |
55
+ | Sector | climate_environment |
56
+ | Topic tags | climate, environment, synthetic-data, sub-saharan-africa, climate-vulnerability, climate-adaptation, climate-risk, synthetic |
57
+ | Modalities | `tabular`, `text` |
58
+ | Formats | `csv` |
59
+ | Size category | `10K<n<100K` |
60
+ | Countries | Niger |
61
+ | ISO3 coverage | `NER` |
62
+ | Last modified on HF | `2026-04-14 22:52:45+00:00` |
63
+ | Inventory snapshot | `2026-07-16T16:00:34Z` |
64
+
65
+ ## How To Read This Dataset
66
+
67
+ - Start from the repository files and the dataset viewer when available.
68
+ - Treat the README context as a fast orientation layer; confirm variable definitions and units in the data files before modeling.
69
+ - Use explicit country columns when present. When geography is only implied by the title or source metadata, document that assumption in downstream analysis.
70
+ - Preserve missing values until you have a defensible imputation rule.
71
+
72
+ ## Usage
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
73
 
74
  ```python
75
+ from datasets import load_dataset
76
 
77
+ ds = load_dataset("electricsheepafrica/africa-synth-climate-climate-vulnerability-exposure-niger")
78
+ print(ds)
79
 
80
+ split_name = next(iter(ds))
81
+ table = ds[split_name]
82
+ print(table.features)
83
+ print(table[:3])
84
+ ```
85
+
86
+ ### Convert To Pandas When Tabular
87
+
88
+ ```python
89
+ from datasets import Dataset
90
+
91
+ first_split = ds[next(iter(ds))]
92
+ if isinstance(first_split, Dataset):
93
+ df = first_split.to_pandas()
94
+ print(df.head())
95
+ ```
96
+
97
+ ## Data Quality Notes
98
+
99
+ - This card was standardized from the Electric Sheep Africa Hugging Face metadata inventory.
100
+ - Exact schema, row counts, and source files should be inspected in the repository data files.
101
+ - Metadata gaps from the inventory: upstream_publisher.
102
+ - Do not infer policy meaning from labels alone; confirm definitions, units, and methods in the source material.
103
+
104
+ ## Source And Provenance
105
 
106
+ - **Source context:** Electric Sheep Africa metadata inventory
107
+ - **Publisher/source attribution:** Public dataset metadata
108
+ - **License:** [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/)
109
+ - **Hugging Face URL:** [https://huggingface.co/datasets/electricsheepafrica/africa-synth-climate-climate-vulnerability-exposure-niger](https://huggingface.co/datasets/electricsheepafrica/africa-synth-climate-climate-vulnerability-exposure-niger)
110
+ - **Inventory retrieved at:** `2026-07-16T16:00:34Z`
111
 
112
+ ## Suggested Analyses
113
+
114
+ - Inspect schema and missingness before modeling.
115
+ - Profile variables by geography, time, and subgroup columns where present.
116
+ - Join with other Electric Sheep Africa datasets using explicit country, year, and indicator fields when available.
117
+ - Build reproducible notebooks that cite both the original source context and the Electric Sheep Africa Hugging Face repo.
118
+
119
+ ## Citation
120
+
121
+ ```bibtex
122
+ @misc{electric_sheep_africa_africa_synth_climate_climate_vulnerability_exposure_niger_2026,
123
+ title = {Africa Synth Climate Climate Vulnerability Exposure Niger | Africa (Electric Sheep Africa metadata inventory)},
124
+ author = {Public dataset metadata},
125
+ year = {2026},
126
+ url = {https://huggingface.co/datasets/electricsheepafrica/africa-synth-climate-climate-vulnerability-exposure-niger},
127
+ publisher = {Hugging Face Datasets, engineered by Electric Sheep Africa},
128
+ howpublished = {\url{https://huggingface.co/datasets/electricsheepafrica/africa-synth-climate-climate-vulnerability-exposure-niger}}
129
+ }
130
  ```
131
 
132
+ ## License
133
+
134
+ Released under [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/).
135
+
136
+ Original source rights remain with the original publisher or data provider. Electric Sheep Africa engineering standardizes discovery metadata, documentation, and usage guidance for analysis on Hugging Face.
137
+
138
+ ## About Electric Sheep Africa
139
+
140
+ Electric Sheep Africa publishes ML-ready African public datasets on Hugging Face.
141
+
142
+ ---
143
 
144
+ Provenance: metadata-backed README standardized 2026-08-12 by the Electric Sheep Africa README system. Inventory source: `catalog/esa_metadata_inventory/master_metadata.jsonl`.