Kossisoroyce commited on
Commit
010260b
·
verified ·
1 Parent(s): 284e07d

Add README.md

Browse files
Files changed (1) hide show
  1. README.md +156 -42
README.md CHANGED
@@ -1,46 +1,160 @@
1
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  dataset_info:
3
- features:
4
- - name: full_name
5
- dtype: string
6
- - name: id
7
- dtype: string
8
- - name: level
9
- dtype: int64
10
- - name: level_0_id
11
- dtype: string
12
- - name: level_1_id
13
- dtype: string
14
- - name: name
15
- dtype: string
16
- - name: year
17
- dtype: int64
18
- - name: month
19
- dtype: int64
20
- - name: sector
21
- dtype: string
22
- - name: gas
23
- dtype: string
24
- - name: emissionsquantity
25
- dtype: float64
26
- - name: esa_source
27
- dtype: string
28
- - name: esa_processed
29
- dtype: string
30
  splits:
31
- - name: train
32
- num_bytes: 3035795
33
- num_examples: 18764
34
- - name: test
35
- num_bytes: 759560
36
- num_examples: 4691
37
- download_size: 358625
38
- dataset_size: 3795355
39
- configs:
40
- - config_name: default
41
- data_files:
42
- - split: train
43
- path: data/train-*
44
- - split: test
45
- path: data/test-*
46
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ annotations_creators:
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
+ - 10K<n<100K
13
+ source_datasets:
14
+ - original
15
+ task_categories:
16
+ - tabular-classification
17
+ - tabular-regression
18
+ task_ids: []
19
+ tags:
20
+ - africa
21
+ - humanitarian
22
+ - hdx
23
+ - electric-sheep-africa
24
+ - climate-weather
25
+ - environment
26
+ - points-of-interest-poi
27
+ - egy
28
+ pretty_name: "Egypt: Greenhouse Gas and Air Pollutant Emissions"
29
  dataset_info:
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
30
  splits:
31
+ - name: train
32
+ num_examples: 18764
33
+ - name: test
34
+ num_examples: 4691
 
 
 
 
 
 
 
 
 
 
 
35
  ---
36
+
37
+ # Egypt: Greenhouse Gas and Air Pollutant Emissions
38
+
39
+ **Publisher:** Climate TRACE · **Source:** [HDX](https://data.humdata.org/dataset/egy-climate-trace) · **License:** `cc-by` · **Updated:** 2026-03-30
40
+
41
+ ---
42
+
43
+ ## Abstract
44
+
45
+ Climate TRACE is a non-profit coalition of organizations building a timely, open, and accessible inventory of exactly where greenhouse gas emissions are coming from. Climate TRACE estimates greenhouse gas (GHG) and air pollutant emissions for over 2.7 million sources (from over 744 million assets), and every single country globally.
46
+
47
+ The Climate TRACE emissions inventory includes:
48
+ - Annual country-level emissions by sub-sector and by gas beginning in 2015
49
+ - Monthly source-level emissions by sub-sector and gas beginning in 2021 and confidence
50
+ - Emissions source ownership where and when available.
51
+
52
+ Each row in this dataset represents time-series observations. Data was last updated on HDX on 2026-03-30. Geographic scope: **EGY**.
53
+
54
+ *Curated into ML-ready Parquet format by [Electric Sheep Africa](https://huggingface.co/electricsheepafrica).*
55
+
56
+ ---
57
+
58
+ ## Dataset Characteristics
59
+
60
+ | | |
61
+ |---|---|
62
+ | **Domain** | Climate and environment |
63
+ | **Unit of observation** | Time-series observations |
64
+ | **Rows (total)** | 23,455 |
65
+ | **Columns** | 13 (4 numeric, 9 categorical, 0 datetime) |
66
+ | **Train split** | 18,764 rows |
67
+ | **Test split** | 4,691 rows |
68
+ | **Geographic scope** | EGY |
69
+ | **Publisher** | Climate TRACE |
70
+ | **HDX last updated** | 2026-03-30 |
71
+
72
+ ---
73
+
74
+ ## Variables
75
+
76
+ **Geographic** — `year` (range 2024.0–2026.0), `emissionsquantity` (range 0.0–66392.8649).
77
+
78
+ **Temporal** — `month` (range 1.0–12.0).
79
+
80
+ **Identifier / Metadata** — `full_name` (Egypt, Al Iskandariyah Governorate, EGY, Matrouh Governorate, EGY), `id` (EGY, EGY.6_1, EGY.24_1), `level_0_id` (EGY), `level_1_id` (EGY.6_1, EGY.24_1, EGY.22_1), `name` (Egypt, Al Iskandariyah Governorate, Matrouh Governorate) and 2 others.
81
+
82
+ **Other** — `level` (range 0.0–1.0), `sector` (agriculture, waste, manufacturing), `gas` (ch4).
83
+
84
+ ---
85
+
86
+ ## Quick Start
87
+
88
+ ```python
89
+ from datasets import load_dataset
90
+
91
+ ds = load_dataset("electricsheepafrica/africa-egy-climate-trace")
92
+ train = ds["train"].to_pandas()
93
+ test = ds["test"].to_pandas()
94
+
95
+ print(train.shape)
96
+ train.head()
97
+ ```
98
+
99
+ ---
100
+
101
+ ## Schema
102
+
103
+ | Column | Type | Null % | Range / Sample Values |
104
+ |---|---|---|---|
105
+ | `full_name` | object | 0.0% | Egypt, Al Iskandariyah Governorate, EGY, Matrouh Governorate, EGY |
106
+ | `id` | object | 0.0% | EGY, EGY.6_1, EGY.24_1 |
107
+ | `level` | int64 | 0.0% | 0.0 – 1.0 (mean 0.9581) |
108
+ | `level_0_id` | object | 0.0% | EGY |
109
+ | `level_1_id` | object | 4.2% | EGY.6_1, EGY.24_1, EGY.22_1 |
110
+ | `name` | object | 0.0% | Egypt, Al Iskandariyah Governorate, Matrouh Governorate |
111
+ | `year` | int64 | 0.0% | 2024.0 – 2026.0 (mean 2024.6175) |
112
+ | `month` | int64 | 0.0% | 1.0 – 12.0 (mean 6.666) |
113
+ | `sector` | object | 0.0% | agriculture, waste, manufacturing |
114
+ | `gas` | object | 0.0% | ch4 |
115
+ | `emissionsquantity` | float64 | 0.0% | 0.0 – 66392.8649 (mean 455.405) |
116
+ | `esa_source` | object | 0.0% | HDX |
117
+ | `esa_processed` | object | 0.0% | 2026-04-04 |
118
+
119
+ ---
120
+
121
+ ## Numeric Summary
122
+
123
+ | Column | Min | Max | Mean | Median |
124
+ |---|---|---|---|---|
125
+ | `level` | 0.0 | 1.0 | 0.9581 | 1.0 |
126
+ | `year` | 2024.0 | 2026.0 | 2024.6175 | 2025.0 |
127
+ | `month` | 1.0 | 12.0 | 6.666 | 7.0 |
128
+ | `emissionsquantity` | 0.0 | 66392.8649 | 455.405 | 0.816 |
129
+
130
+ ---
131
+
132
+ ## Curation
133
+
134
+ Raw data was downloaded from HDX via the CKAN API and converted to Parquet. Column names were lowercased and standardised to snake_case. Common missing-value markers (`N/A`, `null`, `none`, `-`, `unknown`, `no data`, `#N/A`) were unified to `NaN`. 1 column(s) with >80% missing values were removed: `level_2_id`. 24,201 exact duplicate rows were removed. The dataset was split 80/20 into train and test partitions using a fixed random seed (42) and saved as Snappy-compressed Parquet.
135
+
136
+ ---
137
+
138
+ ## Limitations
139
+
140
+ - Data originates from Climate TRACE and has not been independently validated by ESA.
141
+ - Automated cleaning cannot correct for misreported values, definitional inconsistencies, or sampling bias in the original collection.
142
+ - Refer to the [original HDX dataset page](https://data.humdata.org/dataset/egy-climate-trace) for the publisher's own methodology notes and caveats.
143
+
144
+ ---
145
+
146
+ ## Citation
147
+
148
+ ```bibtex
149
+ @dataset{hdx_africa_egy_climate_trace,
150
+ title = {Egypt: Greenhouse Gas and Air Pollutant Emissions},
151
+ author = {Climate TRACE},
152
+ year = {2026},
153
+ url = {https://data.humdata.org/dataset/egy-climate-trace},
154
+ note = {Repackaged for machine learning by Electric Sheep Africa (https://huggingface.co/electricsheepafrica)}
155
+ }
156
+ ```
157
+
158
+ ---
159
+
160
+ *[Electric Sheep Africa](https://huggingface.co/electricsheepafrica) — Africa's ML dataset infrastructure. Lagos, Nigeria.*