Kossisoroyce commited on
Commit
cfd4c7a
·
verified ·
1 Parent(s): 25b5880

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
+ - namibia
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: "Namibia - Environment | Africa (Namibia official open data)"
24
+ ---
25
+
26
+ # Namibia - Environment | Africa (Namibia official open data)
27
+
28
+ 4,604 rows - 1 Africa country - 1960-2025 - Repackaged by [Electric Sheep Africa](https://huggingface.co/electricsheepafrica)
29
+
30
+ ![rows](https://img.shields.io/badge/rows-4604-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 **Namibia** 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:** [Namibia - Environment](https://data.humdata.org/dataset/world-bank-environment-indicators-for-namibia)
45
+ - **Publisher:** World Bank Group
46
+ - **Resource:** [Environment Indicators for Namibia](https://data.humdata.org/dataset/2b058af6-46e4-425c-bb79-23f1240e1dea/resource/f5a49b0b-6e6c-4ddc-96c9-b529a463170f/download/environment_nam.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
+ | `NAM` | 4,604 | 1960 | 2025 | `Namibia` |
58
+
59
+ ## Indicators or Resource Contents
60
+
61
+ - `namibia-environment-49e8a587` - Namibia - Environment
62
+
63
+ ## Schema
64
+
65
+ | Column | Type | Description | Example |
66
+ |--------|------|-------------|---------|
67
+ | `indicator_id` | `string` | Stable indicator identifier. | `namibia-environment-49e8a587` |
68
+ | `indicator_name` | `string` | Human-readable indicator name. | `Namibia - Environment` |
69
+ | `country_iso3` | `string` | ISO3 country code. | `NAM` |
70
+ | `country_name` | `string` | Country name. | `Namibia` |
71
+ | `year` | `Int64` | Observation year. | `2023` |
72
+ | `value` | `float64` | Numeric observation value. | `47.142562159142` |
73
+ | `unit` | `string` | Measurement unit, when available. | `source_units_unspecified` |
74
+ | `dimension_country_name` | `string` | Source dimension. | `Namibia` |
75
+ | `dimension_country_iso3` | `string` | Source dimension. | `NAM` |
76
+ | `dimension_indicator_name` | `string` | Source dimension. | `Agricultural land (% of land area)` |
77
+ | `dimension_indicator_code` | `string` | Source dimension. | `AG.LND.AGRI.ZS` |
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. | `Namibia - Environment` |
83
+ | `source_resource` | `category` | Source resource title. | `Environment Indicators for Namibia` |
84
+ | `source_package_id` | `category` | CKAN package UUID. | `2b058af6-46e4-425c-bb79-23f1240e1dea` |
85
+ | `source_resource_id` | `category` | CKAN resource UUID. | `f5a49b0b-6e6c-4ddc-96c9-b529a463170f` |
86
+ | `source_url` | `category` | Original source resource URL. | `https://data.humdata.org/dataset/2b058af6-46e4-425c-bb79-23f1240e1dea/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-namibia-namibia-environment-8e50432f")
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"] == "NAM"]
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_namibia_namibia_environment_8e50432f_2025,
118
+ title = {Namibia - Environment | Africa (Namibia official open data)},
119
+ author = {World Bank Group},
120
+ year = {2025},
121
+ url = {https://data.humdata.org/dataset/world-bank-environment-indicators-for-namibia},
122
+ publisher = {HuggingFace Datasets, repackaged by Electric Sheep Africa},
123
+ howpublished = {\url{https://huggingface.co/datasets/electricsheepafrica/africa-namibia-namibia-environment-8e50432f}}
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/2b058af6-46e4-425c-bb79-23f1240e1dea/resource/f5a49b0b-6e6c-4ddc-96c9-b529a463170f/download/environment_nam.csv
data/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9c13edd0e94d57847f458037f558ab5ba4e279f087c7b6740807705808d6623c
3
+ size 50305
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:54:51Z",
27
+ "indicator_count": 1,
28
+ "mode": "indicator_long",
29
+ "repo_id": "electricsheepafrica/africa-namibia-namibia-environment-8e50432f",
30
+ "rows": 4604,
31
+ "source": {
32
+ "api_base_url": "https://data.humdata.org/api/3/action",
33
+ "country_iso3": "NAM",
34
+ "country_name": "Namibia",
35
+ "group_names": "nam",
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": "2b058af6-46e4-425c-bb79-23f1240e1dea",
42
+ "package_name": "world-bank-environment-indicators-for-namibia",
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-namibia) on HDX. Natural and man-made environmental resources – fresh water, clean air, forests, grasslands, marine resources, and agro-ecosystems – provide sustenance and a foundation for social and economic development. The need to safeguard these resources crosses all borders. Today, the World Bank is one of the key promoters and financiers of environmental upgrading in the developing world. Data here cover forests, biodiversity, emissions, and pollution. Other indicators relevant to the environment are found under data pages for Agriculture & Rural Development, Energy & Mining, Infrastructure, and Urban Development.",
44
+ "package_page_url": "https://data.humdata.org/dataset/world-bank-environment-indicators-for-namibia",
45
+ "package_title": "Namibia - Environment",
46
+ "portal_url": "https://data.humdata.org",
47
+ "resource_description": "csv containing Environment indicators Indicators: Access to clean fuels and technologies for cooking, Access to electricity, Adjusted net savings, Adjusted savings, Agricultural land, Annual freshwater withdrawals, Aquaculture production, Arable land, Average precipitation in depth, Bird species, Capture fisheries production, Carbon dioxide, Carbon intensity of GDP, Coal rents, Droughts, Electricity production from oil, Electricity production from renewable sources, Energy intensity level of primary energy, Energy related methane emissions, F-gases emissions from Industrial Processes, Fish species, Forest area, Forest rents, Land area, Land area where elevation is below 5 meters, Level of water stress, Mammal species, Marine protected areas, Methane, Mineral rents, Mortality rate attributed to household and ambient air pollution, Mortality rate attributed to unintentional poisoning, Mortality rate attributed to unsafe water, Natural gas rents, Nitrous oxide, Nitrous oxide emissions in industrial and energy processes, Oil rents, PM2.5 air pollution, PM2.5 pollution, People practicing open defecation, People using at least basic drinking water services, People using at least basic sanitation services, People with basic handwashing facilities including soap and water, Plant species, Population living in areas where elevation is below 5 meters, Population living in slums, Renewable electricity output, Renewable energy consumption, Renewable internal freshwater resources, Renewable internal freshwater resources per capita, Rural land area, Rural land area where elevation is below 5 meters, Rural population living in areas where elevation is below 5 meters, Surface area, Terrestrial and marine protected areas, Terrestrial protected areas, Total fisheries production, Total greenhouse gas emissions excluding LULUCF, Total greenhouse gas emissions excluding LULUCF per capita, Total greenhouse gas emissions including LULUCF, Total natural resources rents, Urban land area, Urban land area where elevation is below 5 meters, Urban population living in areas where elevation is below 5 meters, Water productivity",
48
+ "resource_format": "CSV",
49
+ "resource_id": "f5a49b0b-6e6c-4ddc-96c9-b529a463170f",
50
+ "resource_last_modified": "2026-07-17T00:52:43.496782",
51
+ "resource_name": "Environment Indicators for Namibia",
52
+ "resource_position": "0",
53
+ "resource_url": "https://data.humdata.org/dataset/2b058af6-46e4-425c-bb79-23f1240e1dea/resource/f5a49b0b-6e6c-4ddc-96c9-b529a463170f/download/environment_nam.csv",
54
+ "tag_names": "environment,indicators"
55
+ },
56
+ "year_max": 2025,
57
+ "year_min": 1960
58
+ }