Standardize Electric Sheep Africa dataset card
Browse files
README.md
CHANGED
|
@@ -1,185 +1,142 @@
|
|
| 1 |
---
|
| 2 |
-
|
| 3 |
-
- no-annotation
|
| 4 |
-
language_creators:
|
| 5 |
-
- found
|
| 6 |
language:
|
| 7 |
- en
|
| 8 |
-
license: cc-by-4.0
|
| 9 |
-
multilinguality:
|
| 10 |
-
- monolingual
|
| 11 |
-
size_categories:
|
| 12 |
-
- n<1K
|
| 13 |
-
source_datasets:
|
| 14 |
-
- original
|
| 15 |
task_categories:
|
|
|
|
| 16 |
- tabular-regression
|
| 17 |
-
|
|
|
|
|
|
|
| 18 |
tags:
|
| 19 |
-
- africa
|
| 20 |
-
-
|
| 21 |
-
-
|
| 22 |
-
-
|
| 23 |
-
- environment
|
| 24 |
-
-
|
| 25 |
-
-
|
| 26 |
-
|
| 27 |
-
|
| 28 |
-
|
| 29 |
-
|
| 30 |
-
|
| 31 |
-
|
| 32 |
-
|
| 33 |
-
|
| 34 |
-
|
| 35 |
-
# Protected and Conserved Areas (WDPCA) in Burkina Faso
|
| 36 |
-
|
| 37 |
-
**Publisher:** The UN Environment Programme World Conservation Monitoring Centre (UNEP-WCMC) · **Source:** [HDX](https://data.humdata.org/dataset/unep_wdpca_bfa) · **License:** `cc-by-igo` · **Updated:** 2026-03-19
|
| 38 |
-
|
| 39 |
---
|
| 40 |
|
| 41 |
-
#
|
| 42 |
-
|
| 43 |
-
The World Database on Protected and Conserved Areas (WDPCA) combines the formerly separate World Database on Protected Areas (WDPA) and World Database on Other Effective Area-based Conservation Measures (WD-OECM). The WDPCA is the most comprehensive global database of marine and terrestrial protected areas and other effective area-based conservation measures, updated on a monthly basis, and is one of the key global biodiversity datasets being widely used by scientists, businesses, governments, international secretariats, and others to inform planning, policy decisions, and management.
|
| 44 |
|
| 45 |
-
|
| 46 |
|
| 47 |
-
|
|
|
|
|
|
|
|
|
|
| 48 |
|
| 49 |
-
|
| 50 |
|
| 51 |
-
|
| 52 |
|
| 53 |
-
|
| 54 |
|
| 55 |
-
|
| 56 |
|
| 57 |
-
---
|
| 58 |
|
| 59 |
-
## Dataset
|
| 60 |
|
| 61 |
-
| | |
|
| 62 |
|---|---|
|
| 63 |
-
|
|
| 64 |
-
|
|
| 65 |
-
|
|
| 66 |
-
|
|
| 67 |
-
|
|
| 68 |
-
|
|
| 69 |
-
|
|
| 70 |
-
|
|
| 71 |
-
|
|
| 72 |
-
|
| 73 |
-
|
| 74 |
-
|
| 75 |
-
|
| 76 |
-
|
| 77 |
-
|
| 78 |
-
|
| 79 |
-
|
| 80 |
-
|
| 81 |
-
|
| 82 |
-
|
| 83 |
-
---
|
| 84 |
-
|
| 85 |
-
## Quick Start
|
| 86 |
|
| 87 |
```python
|
| 88 |
from datasets import load_dataset
|
| 89 |
|
| 90 |
-
ds
|
| 91 |
-
|
| 92 |
-
test = ds["test"].to_pandas()
|
| 93 |
|
| 94 |
-
|
| 95 |
-
|
|
|
|
|
|
|
| 96 |
```
|
| 97 |
|
| 98 |
-
|
| 99 |
-
|
| 100 |
-
## Schema
|
| 101 |
-
|
| 102 |
-
| Column | Type | Null % | Range / Sample Values |
|
| 103 |
-
|---|---|---|---|
|
| 104 |
-
| `objectid` | int64 | 0.0% | 225.0 – 4830.0 (mean 2527.5) |
|
| 105 |
-
| `site_id` | int64 | 0.0% | 12471.0 – 900732.0 (mean 456601.5) |
|
| 106 |
-
| `site_pid` | int64 | 0.0% | 12471.0 – 900732.0 (mean 456601.5) |
|
| 107 |
-
| `site_type` | object | 0.0% | PA |
|
| 108 |
-
| `name_eng` | object | 0.0% | Forêt classée de la mare aux hippopotames, W Region |
|
| 109 |
-
| `name` | object | 0.0% | Forêt classée de la mare aux hippopotames, "W" Region (Burkina Faso) |
|
| 110 |
-
| `desig` | object | 0.0% | UNESCO-MAB Biosphere Reserve |
|
| 111 |
-
| `desig_eng` | object | 0.0% | UNESCO-MAB Biosphere Reserve |
|
| 112 |
-
| `desig_type` | object | 0.0% | International |
|
| 113 |
-
| `iucn_cat` | object | 0.0% | Not Applicable |
|
| 114 |
-
| `int_crit` | object | 0.0% | Not Applicable |
|
| 115 |
-
| `realm` | object | 0.0% | Terrestrial |
|
| 116 |
-
| `rep_m_area` | float64 | 0.0% | 0.0 – 0.0 (mean 0.0) |
|
| 117 |
-
| `rep_area` | float64 | 0.0% | 1860.0 – 3460.0 (mean 2660.0) |
|
| 118 |
-
| `no_take` | object | 0.0% | Not Applicable |
|
| 119 |
-
| `no_tk_area` | float64 | 0.0% | 0.0 – 0.0 (mean 0.0) |
|
| 120 |
-
| `status` | object | 0.0% | |
|
| 121 |
-
| `status_yr` | int64 | 0.0% | 1986.0 – 2002.0 (mean 1994.0) |
|
| 122 |
-
| `restrict` | object | 0.0% | |
|
| 123 |
-
| `gov_type` | object | 0.0% | |
|
| 124 |
-
| `own_type` | object | 0.0% | |
|
| 125 |
-
| `mang_auth` | object | 0.0% | |
|
| 126 |
-
| `mang_plan` | object | 0.0% | |
|
| 127 |
-
| `cons_obj` | object | 0.0% | |
|
| 128 |
-
| `supp_info` | object | 0.0% | |
|
| 129 |
-
| `verif` | object | 0.0% | |
|
| 130 |
-
| `inlnd_wtrs` | object | 0.0% | |
|
| 131 |
-
| `metadataid` | int64 | 0.0% | 988.0 – 988.0 (mean 988.0) |
|
| 132 |
-
| `prnt_iso3` | object | 0.0% | |
|
| 133 |
-
| `iso3` | object | 0.0% | |
|
| 134 |
-
| `govsubtype` | object | 0.0% | |
|
| 135 |
-
| `ownsubtype` | object | 0.0% | |
|
| 136 |
-
| `oecm_asmt` | object | 0.0% | |
|
| 137 |
-
| `esa_source` | object | 0.0% | |
|
| 138 |
-
| `esa_processed` | object | 0.0% | |
|
| 139 |
|
| 140 |
-
|
| 141 |
-
|
| 142 |
-
## Numeric Summary
|
| 143 |
-
|
| 144 |
-
| Column | Min | Max | Mean | Median |
|
| 145 |
-
|---|---|---|---|---|
|
| 146 |
-
| `objectid` | 225.0 | 4830.0 | 2527.5 | 2527.5 |
|
| 147 |
-
| `site_id` | 12471.0 | 900732.0 | 456601.5 | 456601.5 |
|
| 148 |
-
| `site_pid` | 12471.0 | 900732.0 | 456601.5 | 456601.5 |
|
| 149 |
-
| `rep_m_area` | 0.0 | 0.0 | 0.0 | 0.0 |
|
| 150 |
-
| `rep_area` | 1860.0 | 3460.0 | 2660.0 | 2660.0 |
|
| 151 |
-
| `no_tk_area` | 0.0 | 0.0 | 0.0 | 0.0 |
|
| 152 |
-
| `status_yr` | 1986.0 | 2002.0 | 1994.0 | 1994.0 |
|
| 153 |
-
| `metadataid` | 988.0 | 988.0 | 988.0 | 988.0 |
|
| 154 |
|
| 155 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 156 |
|
| 157 |
-
##
|
| 158 |
|
| 159 |
-
|
|
|
|
|
|
|
|
|
|
| 160 |
|
| 161 |
-
|
| 162 |
|
| 163 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 164 |
|
| 165 |
-
|
| 166 |
-
- Automated cleaning cannot correct for misreported values, definitional inconsistencies, or sampling bias in the original collection.
|
| 167 |
-
- Refer to the [original HDX dataset page](https://data.humdata.org/dataset/unep_wdpca_bfa) for the publisher's own methodology notes and caveats.
|
| 168 |
|
| 169 |
-
-
|
|
|
|
|
|
|
|
|
|
| 170 |
|
| 171 |
## Citation
|
| 172 |
|
| 173 |
```bibtex
|
| 174 |
-
@
|
| 175 |
-
title
|
| 176 |
-
author
|
| 177 |
-
year
|
| 178 |
-
url
|
| 179 |
-
|
|
|
|
| 180 |
}
|
| 181 |
```
|
| 182 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 183 |
---
|
| 184 |
|
| 185 |
-
|
|
|
|
| 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 |
+
- n<1K
|
| 11 |
tags:
|
| 12 |
+
- "africa"
|
| 13 |
+
- "electric-sheep-africa"
|
| 14 |
+
- "open-data"
|
| 15 |
+
- "metadata-backed"
|
| 16 |
+
- "climate-environment"
|
| 17 |
+
- "parquet"
|
| 18 |
+
- "tabular"
|
| 19 |
+
- "text"
|
| 20 |
+
- "humanitarian"
|
| 21 |
+
- "hdx"
|
| 22 |
+
- "environment"
|
| 23 |
+
- "geodata"
|
| 24 |
+
- "bfa"
|
| 25 |
+
- "conservation"
|
| 26 |
+
pretty_name: "Protected and Conserved Areas (WDPCA) in Burkina Faso | Africa (original)"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 27 |
---
|
| 28 |
|
| 29 |
+
# Protected and Conserved Areas (WDPCA) in Burkina Faso | Africa (original)
|
|
|
|
|
|
|
| 30 |
|
| 31 |
+
**Size category:** `n<1K` - **Formats:** `parquet` - **Sector:** climate_environment - *Engineered by [Electric Sheep Africa](https://huggingface.co/electricsheepafrica)*
|
| 32 |
|
| 33 |
+

|
| 34 |
+

|
| 35 |
+

|
| 36 |
+

|
| 37 |
|
| 38 |
+
## TL;DR
|
| 39 |
|
| 40 |
+
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.
|
| 41 |
|
| 42 |
+
## What This Dataset Covers
|
| 43 |
|
| 44 |
+
Public datasets help analysts inspect structured evidence, build reproducible workflows, and compare patterns across domains.
|
| 45 |
|
| 46 |
+
Dataset context from the existing Hugging Face card: Protected and Conserved Areas (WDPCA) in Burkina Faso Publisher: The UN Environment Programme World Conservation Monitoring Centre (UNEP-WCMC) · Source: HDX · License: cc-by-igo · Updated: 2026-03-19 Abstract The World Database on Protected and Conserved Areas (WDPCA) combines the formerly separate World Database on Protected Areas (WDPA) and World Database on Other Effective Area-based Conservation Measures (WD-OECM). The WDPCA is the most comprehensive global database… See the full description on the dataset page: https://huggingface.co/datasets/electricsheepafrica/africa-unep-wdpca-bfa.
|
| 47 |
|
| 48 |
+
## Dataset Profile
|
| 49 |
|
| 50 |
+
| Field | Value |
|
| 51 |
|---|---|
|
| 52 |
+
| Hugging Face repo | [`electricsheepafrica/africa-unep-wdpca-bfa`](https://huggingface.co/datasets/electricsheepafrica/africa-unep-wdpca-bfa) |
|
| 53 |
+
| Sector | climate_environment |
|
| 54 |
+
| Topic tags | humanitarian, hdx, electric-sheep-africa, environment, geodata, bfa |
|
| 55 |
+
| Modalities | `tabular`, `text` |
|
| 56 |
+
| Formats | `parquet` |
|
| 57 |
+
| Size category | `n<1K` |
|
| 58 |
+
| Countries | Burkina Faso |
|
| 59 |
+
| ISO3 coverage | `BFA` |
|
| 60 |
+
| Last modified on HF | `2026-04-04 15:13:39+00:00` |
|
| 61 |
+
| Inventory snapshot | `2026-07-16T16:00:34Z` |
|
| 62 |
+
|
| 63 |
+
## How To Read This Dataset
|
| 64 |
+
|
| 65 |
+
- Start from the repository files and the dataset viewer when available.
|
| 66 |
+
- Treat the README context as a fast orientation layer; confirm variable definitions and units in the data files before modeling.
|
| 67 |
+
- Use explicit country columns when present. When geography is only implied by the title or source metadata, document that assumption in downstream analysis.
|
| 68 |
+
- Preserve missing values until you have a defensible imputation rule.
|
| 69 |
+
|
| 70 |
+
## Usage
|
|
|
|
|
|
|
|
|
|
|
|
|
| 71 |
|
| 72 |
```python
|
| 73 |
from datasets import load_dataset
|
| 74 |
|
| 75 |
+
ds = load_dataset("electricsheepafrica/africa-unep-wdpca-bfa")
|
| 76 |
+
print(ds)
|
|
|
|
| 77 |
|
| 78 |
+
split_name = next(iter(ds))
|
| 79 |
+
table = ds[split_name]
|
| 80 |
+
print(table.features)
|
| 81 |
+
print(table[:3])
|
| 82 |
```
|
| 83 |
|
| 84 |
+
### Convert To Pandas When Tabular
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 85 |
|
| 86 |
+
```python
|
| 87 |
+
from datasets import Dataset
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 88 |
|
| 89 |
+
first_split = ds[next(iter(ds))]
|
| 90 |
+
if isinstance(first_split, Dataset):
|
| 91 |
+
df = first_split.to_pandas()
|
| 92 |
+
print(df.head())
|
| 93 |
+
```
|
| 94 |
|
| 95 |
+
## Data Quality Notes
|
| 96 |
|
| 97 |
+
- This card was standardized from the Electric Sheep Africa Hugging Face metadata inventory.
|
| 98 |
+
- Exact schema, row counts, and source files should be inspected in the repository data files.
|
| 99 |
+
- Metadata gaps from the inventory: upstream_publisher.
|
| 100 |
+
- Do not infer policy meaning from labels alone; confirm definitions, units, and methods in the source material.
|
| 101 |
|
| 102 |
+
## Source And Provenance
|
| 103 |
|
| 104 |
+
- **Source context:** original
|
| 105 |
+
- **Publisher/source attribution:** original
|
| 106 |
+
- **License:** [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/)
|
| 107 |
+
- **Hugging Face URL:** [https://huggingface.co/datasets/electricsheepafrica/africa-unep-wdpca-bfa](https://huggingface.co/datasets/electricsheepafrica/africa-unep-wdpca-bfa)
|
| 108 |
+
- **Inventory retrieved at:** `2026-07-16T16:00:34Z`
|
| 109 |
|
| 110 |
+
## Suggested Analyses
|
|
|
|
|
|
|
| 111 |
|
| 112 |
+
- Inspect schema and missingness before modeling.
|
| 113 |
+
- Profile variables by geography, time, and subgroup columns where present.
|
| 114 |
+
- Join with other Electric Sheep Africa datasets using explicit country, year, and indicator fields when available.
|
| 115 |
+
- Build reproducible notebooks that cite both the original source context and the Electric Sheep Africa Hugging Face repo.
|
| 116 |
|
| 117 |
## Citation
|
| 118 |
|
| 119 |
```bibtex
|
| 120 |
+
@misc{electric_sheep_africa_africa_unep_wdpca_bfa_2026,
|
| 121 |
+
title = {Protected and Conserved Areas (WDPCA) in Burkina Faso | Africa (original)},
|
| 122 |
+
author = {original},
|
| 123 |
+
year = {2026},
|
| 124 |
+
url = {https://huggingface.co/datasets/electricsheepafrica/africa-unep-wdpca-bfa},
|
| 125 |
+
publisher = {Hugging Face Datasets, engineered by Electric Sheep Africa},
|
| 126 |
+
howpublished = {\url{https://huggingface.co/datasets/electricsheepafrica/africa-unep-wdpca-bfa}}
|
| 127 |
}
|
| 128 |
```
|
| 129 |
|
| 130 |
+
## License
|
| 131 |
+
|
| 132 |
+
Released under [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/).
|
| 133 |
+
|
| 134 |
+
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.
|
| 135 |
+
|
| 136 |
+
## About Electric Sheep Africa
|
| 137 |
+
|
| 138 |
+
Electric Sheep Africa publishes ML-ready African public datasets on Hugging Face.
|
| 139 |
+
|
| 140 |
---
|
| 141 |
|
| 142 |
+
Provenance: metadata-backed README standardized 2026-08-12 by the Electric Sheep Africa README system. Inventory source: `catalog/esa_metadata_inventory/master_metadata.jsonl`.
|