Standardize Electric Sheep Africa dataset card
Browse files
README.md
CHANGED
|
@@ -1,195 +1,144 @@
|
|
| 1 |
---
|
| 2 |
license: cc-by-4.0
|
|
|
|
|
|
|
| 3 |
task_categories:
|
| 4 |
- tabular-classification
|
| 5 |
- tabular-regression
|
| 6 |
-
|
| 7 |
-
language:
|
| 8 |
-
- en
|
| 9 |
-
tags:
|
| 10 |
-
- mining
|
| 11 |
-
- tailings-dam
|
| 12 |
-
- dam-safety
|
| 13 |
-
- risk-assessment
|
| 14 |
-
- environmental
|
| 15 |
-
- geotechnical
|
| 16 |
-
- africa
|
| 17 |
-
- synthetic-data
|
| 18 |
-
- synthetic
|
| 19 |
-
pretty_name: African Tailings Dam Risk Dataset
|
| 20 |
size_categories:
|
| 21 |
- 1K<n<10K
|
| 22 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 23 |
---
|
| 24 |
|
| 25 |
-
|
| 26 |
-
|
| 27 |
-
# African Tailings Dam Risk Dataset
|
| 28 |
-
|
| 29 |
-
## Dataset Description
|
| 30 |
|
| 31 |
-
|
| 32 |
-
|
| 33 |
-
This dataset provides synthetic monitoring records and risk assessments for tailings storage facilities (TSFs) across African mining operations. Tailings dams represent one of the most significant environmental and safety risks in mining, with catastrophic failures causing loss of life and long-term environmental damage.
|
| 34 |
-
|
| 35 |
-
The dataset captures dam characteristics, geotechnical monitoring data, environmental conditions, and risk indicators aligned with the Global Industry Standard on Tailings Management (GISTM).
|
| 36 |
-
|
| 37 |
-
### Dataset Statistics
|
| 38 |
-
|
| 39 |
-
| Attribute | Value |
|
| 40 |
-
|-----------|-------|
|
| 41 |
-
| Records | 5,000 |
|
| 42 |
-
| Variables | 31 |
|
| 43 |
-
| Temporal Coverage | 2020-2024 |
|
| 44 |
-
| Geographic Scope | 8 African countries |
|
| 45 |
-
| Facility Count | ~500 unique TSFs |
|
| 46 |
-
| Format | CSV, Parquet |
|
| 47 |
-
|
| 48 |
-
## Data Schema
|
| 49 |
|
| 50 |
-
|
| 51 |
-
|
| 52 |
-
|
| 53 |
-
|
| 54 |
-
| `record_id` | string | Unique monitoring record ID | TSF-XXXXXXXX |
|
| 55 |
-
| `facility_id` | string | Tailings facility identifier | FAC-XXXX |
|
| 56 |
-
| `country` | categorical | Country of facility | south_africa, ghana, drc, zambia, zimbabwe, tanzania, mali, mauritania |
|
| 57 |
-
| `commodity` | categorical | Primary commodity | gold, copper, platinum, iron_ore, coal, diamond, uranium, other |
|
| 58 |
-
| `operational_status` | categorical | Facility status | active, inactive, closed, under_construction |
|
| 59 |
-
| `dam_type` | categorical | Dam construction type | earthfill, rockfill, concrete, composite |
|
| 60 |
-
| `construction_method` | categorical | Raise method (critical for stability) | upstream, downstream, centerline, dry_stack |
|
| 61 |
-
| `max_height_m` | float | Maximum design height | 10-250 meters |
|
| 62 |
-
| `current_height_m` | float | Current embankment height | meters |
|
| 63 |
-
| `storage_capacity_mm3` | float | Total storage capacity | million m³ |
|
| 64 |
-
| `current_volume_mm3` | float | Current stored volume | million m³ |
|
| 65 |
-
| `catchment_area_km2` | float | Contributing catchment area | km² |
|
| 66 |
-
| `year_constructed` | integer | Initial construction year | 1960-2023 |
|
| 67 |
-
| `design_life_years` | integer | Designed operational life | 20-100 years |
|
| 68 |
-
| `last_raise_year` | integer | Year of most recent raise | Year |
|
| 69 |
-
| `consequence_classification` | categorical | Failure consequence class | extreme, very_high, high, significant, low |
|
| 70 |
-
| `monitoring_date` | datetime | Date of monitoring record | 2020-01-01 to 2024-12-31 |
|
| 71 |
-
| `freeboard_m` | float | Water surface to crest distance | 0.5-10 meters |
|
| 72 |
-
| `piezometer_level_m` | float | Phreatic surface height | meters |
|
| 73 |
-
| `seepage_rate_lpm` | float | Measured seepage rate | liters per minute |
|
| 74 |
-
| `settlement_mm` | float | Cumulative crest settlement | millimeters |
|
| 75 |
-
| `inclinometer_displacement_mm` | float | Lateral displacement | millimeters |
|
| 76 |
-
| `rainfall_24h_mm` | float | 24-hour precipitation | millimeters |
|
| 77 |
-
| `earthquake_pga` | float | Peak ground acceleration | g (gravitational) |
|
| 78 |
-
| `water_balance_status` | categorical | Water management status | surplus, balanced, deficit |
|
| 79 |
-
| `factor_of_safety` | float | Calculated stability FoS | 0.8-2.5 |
|
| 80 |
-
| `risk_score` | float | Composite risk score | 0-100 |
|
| 81 |
-
| `risk_category` | categorical | Risk classification | low, medium, high, critical |
|
| 82 |
-
| `last_inspection_days_ago` | integer | Days since last inspection | 1-730 days |
|
| 83 |
-
| `governance_score` | integer | Management system score | 20-100 |
|
| 84 |
-
| `has_eap` | boolean | Emergency Action Plan exists | True/False |
|
| 85 |
-
|
| 86 |
-
## Methodology
|
| 87 |
-
|
| 88 |
-
### Tailings Dam Risk Framework
|
| 89 |
-
|
| 90 |
-
The dataset models risk factors identified in major tailings dam failures and GISTM requirements:
|
| 91 |
-
|
| 92 |
-
**Construction Method Risk Ranking**:
|
| 93 |
-
| Method | Risk Level | Prevalence | Notes |
|
| 94 |
-
|--------|------------|------------|-------|
|
| 95 |
-
| Upstream | Highest | 35% | Sequential raises on tailings beach; liquefaction vulnerable |
|
| 96 |
-
| Centerline | Medium | 25% | Raises vertically; moderate stability |
|
| 97 |
-
| Downstream | Lower | 30% | Raises downstream; best stability |
|
| 98 |
-
| Dry Stack | Lowest | 10% | Filtered tailings; no impoundment |
|
| 99 |
-
|
| 100 |
-
**Key Risk Indicators Modeled**:
|
| 101 |
-
|
| 102 |
-
1. **Factor of Safety (FoS)**: Ratio of resisting to driving forces
|
| 103 |
-
- Critical threshold: FoS < 1.3
|
| 104 |
-
- Upstream dams: Mean FoS reduced by 0.2
|
| 105 |
-
- Dry stack: Mean FoS increased by 0.3
|
| 106 |
-
|
| 107 |
-
2. **Freeboard**: Buffer against overtopping
|
| 108 |
-
- Critical threshold: < 1.5 meters
|
| 109 |
-
|
| 110 |
-
3. **Seepage**: Indicator of internal erosion
|
| 111 |
-
- Warning threshold: > 100 LPM
|
| 112 |
-
|
| 113 |
-
4. **Displacement**: Slope movement indicator
|
| 114 |
-
- Warning threshold: > 30 mm cumulative
|
| 115 |
-
|
| 116 |
-
### Historical Context
|
| 117 |
-
|
| 118 |
-
Major African tailings incidents informing risk modeling:
|
| 119 |
-
- Merriespruit (South Africa, 1994): 17 fatalities, upstream dam
|
| 120 |
-
- Samarco analogs: Liquefaction failure modes
|
| 121 |
-
- Regional seismicity considerations
|
| 122 |
-
|
| 123 |
-
### Sensor Correlation Structure
|
| 124 |
-
|
| 125 |
-
Monitoring parameters are correlated to reflect realistic failure precursors:
|
| 126 |
-
- Rainfall → Piezometer rise → Seepage increase → Settlement/displacement
|
| 127 |
-
- Seismic events → Pore pressure spike → Stability reduction
|
| 128 |
-
|
| 129 |
-
## Limitations
|
| 130 |
-
|
| 131 |
-
1. **Simplified Geotechnics**: Complex soil mechanics reduced to statistical distributions
|
| 132 |
-
2. **Sensor Density**: Real TSFs have hundreds of instruments; dataset simplified
|
| 133 |
-
3. **Failure Events**: Actual failures not explicitly modeled (rare events)
|
| 134 |
-
4. **Site Specificity**: Generic African context; site investigations required
|
| 135 |
-
5. **Climate Projections**: Historical patterns; climate change effects not modeled
|
| 136 |
-
6. **Governance Proxies**: Management quality simplified to single score
|
| 137 |
-
|
| 138 |
-
## Ethical Considerations
|
| 139 |
-
|
| 140 |
-
- **Public Safety**: Tailings failures can kill hundreds and devastate communities
|
| 141 |
-
- **Environmental Justice**: Downstream communities often marginalized
|
| 142 |
-
- **Corporate Accountability**: Dataset should not be used to obscure real risks
|
| 143 |
-
- **Regulatory Implications**: Not a substitute for proper engineering assessment
|
| 144 |
-
- **Transparency**: Supports calls for public disclosure of TSF risks
|
| 145 |
-
|
| 146 |
-
## Intended Uses
|
| 147 |
-
|
| 148 |
-
### Appropriate Uses
|
| 149 |
-
|
| 150 |
-
- Development of early warning algorithms
|
| 151 |
-
- Research on risk indicator correlations
|
| 152 |
-
- Educational demonstrations of dam safety monitoring
|
| 153 |
-
- Benchmarking ML approaches for anomaly detection
|
| 154 |
-
- Policy research on tailings governance
|
| 155 |
-
|
| 156 |
-
### Inappropriate Uses
|
| 157 |
-
|
| 158 |
-
- Actual dam safety assessments
|
| 159 |
-
- Regulatory compliance certification
|
| 160 |
-
- Insurance or liability determinations
|
| 161 |
-
- Investment decisions on specific facilities
|
| 162 |
-
- Replacing qualified geotechnical engineering
|
| 163 |
|
| 164 |
-
##
|
| 165 |
|
| 166 |
-
|
| 167 |
-
|
| 168 |
-
|
| 169 |
-
|
| 170 |
-
|
| 171 |
-
|
| 172 |
-
|
| 173 |
-
|
| 174 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 175 |
```
|
| 176 |
|
| 177 |
-
##
|
| 178 |
|
| 179 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 180 |
|
| 181 |
-
|
| 182 |
|
| 183 |
-
|
|
|
|
|
|
|
|
|
|
| 184 |
|
| 185 |
-
|
| 186 |
|
| 187 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 188 |
|
| 189 |
## License
|
| 190 |
|
| 191 |
-
|
| 192 |
|
| 193 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 194 |
|
| 195 |
-
|
|
|
|
| 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 |
+
- "africa"
|
| 13 |
+
- "electric-sheep-africa"
|
| 14 |
+
- "open-data"
|
| 15 |
+
- "metadata-backed"
|
| 16 |
+
- "energy"
|
| 17 |
+
- "parquet"
|
| 18 |
+
- "tabular"
|
| 19 |
+
- "text"
|
| 20 |
+
- "mining"
|
| 21 |
+
- "tailings-dam"
|
| 22 |
+
- "dam-safety"
|
| 23 |
+
- "risk-assessment"
|
| 24 |
+
- "environmental"
|
| 25 |
+
- "geotechnical"
|
| 26 |
+
- "synthetic-data"
|
| 27 |
+
- "synthetic"
|
| 28 |
+
pretty_name: "African Tailings Dam Risk Dataset | Africa (Electric Sheep Africa metadata inventory)"
|
| 29 |
---
|
| 30 |
|
| 31 |
+
# African Tailings Dam Risk Dataset | Africa (Electric Sheep Africa metadata inventory)
|
|
|
|
|
|
|
|
|
|
|
|
|
| 32 |
|
| 33 |
+
**Size category:** `1K<n<10K` - **Formats:** `parquet` - **Sector:** energy - *Engineered by [Electric Sheep Africa](https://huggingface.co/electricsheepafrica)*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 34 |
|
| 35 |
+

|
| 36 |
+

|
| 37 |
+

|
| 38 |
+

|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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. African Tailings Dam Risk Dataset Dataset Description Overview This dataset provides synthetic monitoring records and risk assessments for tailings storage facilities (TSFs) across African mining operations. Tailings dams represent one of the most significant environmental and safety risks in mining, with… See the full description on the dataset page: https://huggingface.co/datasets/electricsheepafrica/africa-synth-mining-tailings-dam-all.
|
| 49 |
+
|
| 50 |
+
## Dataset Profile
|
| 51 |
+
|
| 52 |
+
| Field | Value |
|
| 53 |
+
|---|---|
|
| 54 |
+
| Hugging Face repo | [`electricsheepafrica/africa-synth-mining-tailings-dam-all`](https://huggingface.co/datasets/electricsheepafrica/africa-synth-mining-tailings-dam-all) |
|
| 55 |
+
| Sector | energy |
|
| 56 |
+
| Topic tags | mining, tailings-dam, dam-safety, risk-assessment, environmental, geotechnical, synthetic-data, synthetic |
|
| 57 |
+
| Modalities | `tabular`, `text` |
|
| 58 |
+
| Formats | `parquet` |
|
| 59 |
+
| Size category | `1K<n<10K` |
|
| 60 |
+
| Countries | Africa-wide or source-defined African coverage |
|
| 61 |
+
| ISO3 coverage | `not declared` |
|
| 62 |
+
| Last modified on HF | `2026-04-14 22:39:20+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-mining-tailings-dam-all")
|
| 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: country, 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-mining-tailings-dam-all](https://huggingface.co/datasets/electricsheepafrica/africa-synth-mining-tailings-dam-all)
|
| 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_mining_tailings_dam_all_2026,
|
| 123 |
+
title = {African Tailings Dam Risk Dataset | Africa (Electric Sheep Africa metadata inventory)},
|
| 124 |
+
author = {Public dataset metadata},
|
| 125 |
+
year = {2026},
|
| 126 |
+
url = {https://huggingface.co/datasets/electricsheepafrica/africa-synth-mining-tailings-dam-all},
|
| 127 |
+
publisher = {Hugging Face Datasets, engineered by Electric Sheep Africa},
|
| 128 |
+
howpublished = {\url{https://huggingface.co/datasets/electricsheepafrica/africa-synth-mining-tailings-dam-all}}
|
| 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`.
|