Kossisoroyce commited on
Commit
41338a1
·
verified ·
1 Parent(s): ce52425

Add README.md

Browse files
Files changed (1) hide show
  1. README.md +157 -36
README.md CHANGED
@@ -1,40 +1,161 @@
1
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  dataset_info:
3
- features:
4
- - name: date
5
- dtype: timestamp[ns]
6
- - name: datatype
7
- dtype: string
8
- - name: station
9
- dtype: string
10
- - name: value
11
- dtype: int64
12
- - name: fl_miss
13
- dtype: int64
14
- - name: fl_cmiss
15
- dtype: int64
16
- - name: country
17
- dtype: string
18
- - name: indicator
19
- dtype: string
20
- - name: esa_source
21
- dtype: string
22
- - name: esa_processed
23
- dtype: string
24
  splits:
25
- - name: train
26
- num_bytes: 17888
27
- num_examples: 172
28
- - name: test
29
- num_bytes: 4576
30
- num_examples: 44
31
- download_size: 10428
32
- dataset_size: 22464
33
- configs:
34
- - config_name: default
35
- data_files:
36
- - split: train
37
- path: data/train-*
38
- - split: test
39
- path: data/test-*
40
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ annotations_creators:
3
+ - no-annotation
4
+ language_creators:
5
+ - found
6
+ language:
7
+ - en
8
+ license: other
9
+ multilinguality:
10
+ - monolingual
11
+ size_categories:
12
+ - n<1K
13
+ source_datasets:
14
+ - original
15
+ task_categories:
16
+ - tabular-regression
17
+ - other
18
+ task_ids: []
19
+ tags:
20
+ - africa
21
+ - humanitarian
22
+ - hdx
23
+ - electric-sheep-africa
24
+ - climate-weather
25
+ - el-nino-el-nina
26
+ - cod
27
+ pretty_name: "Daily Summaries of Precipitation Indicators for Congo, the Democratic Republic of the"
28
  dataset_info:
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
29
  splits:
30
+ - name: train
31
+ num_examples: 172
32
+ - name: test
33
+ num_examples: 43
 
 
 
 
 
 
 
 
 
 
 
34
  ---
35
+
36
+ # Daily Summaries of Precipitation Indicators for Congo, the Democratic Republic of the
37
+
38
+ **Publisher:** HDX · **Source:** [HDX](https://data.humdata.org/dataset/daily-summaries-of-precipitation-indicators-for-congo--the-democratic-republic-of-the) · **License:** `other-pd-nr` · **Updated:** 2025-03-10
39
+
40
+ ---
41
+
42
+ ## Abstract
43
+
44
+ This dataset contains the daily summaries on base stations across **Congo, the Democratic Republic of the**. The four indicators included are: <br />
45
+ <br />
46
+ * **TPCP**: Total precipitation <br />
47
+ * **MXSD**: Maximum snow depth <br />
48
+ * **TSNW**: Total snow fall <br />
49
+ * **EMXP**: Extreme maximum daily precipitation <br />
50
+ <br />
51
+ Indicators are compiled by the National Centers for Environmental Information (NCEI), which is administrated by National Oceanic and Atmospheric Administration (NOAA) an organization part of the United States government. NOAA has access to data collected from thousands of base stations around the world, which collect data periodically on weather and climate conditions. <br />
52
+ <br />
53
+ This dataset contains the latest **5 years of available data**.
54
+
55
+ Each row in this dataset represents country-level aggregates. Temporal coverage is indicated by the `date` column(s). Geographic scope: **COD**.
56
+
57
+ *Curated into ML-ready Parquet format by [Electric Sheep Africa](https://huggingface.co/electricsheepafrica).*
58
+
59
+ ---
60
+
61
+ ## Dataset Characteristics
62
+
63
+ | | |
64
+ |---|---|
65
+ | **Domain** | Climate and environment |
66
+ | **Unit of observation** | Country-level aggregates |
67
+ | **Rows (total)** | 216 |
68
+ | **Columns** | 10 (3 numeric, 6 categorical, 1 datetime) |
69
+ | **Train split** | 172 rows |
70
+ | **Test split** | 43 rows |
71
+ | **Geographic scope** | COD |
72
+ | **Publisher** | HDX |
73
+ | **HDX last updated** | 2025-03-10 |
74
+
75
+ ---
76
+
77
+ ## Variables
78
+
79
+ **Geographic** — `datatype` (TPCP, EMXP), `country` (Congo, DRC).
80
+
81
+ **Temporal** — `date`.
82
+
83
+ **Outcome / Measurement** — `value` (range 0.0–5258.0).
84
+
85
+ **Identifier / Metadata** — `esa_source` (HDX), `esa_processed` (2026-04-07).
86
+
87
+ **Other** — `station` (GHCND:CGM00064210, GHCND:CFM00064463, GHCND:CGM00064360), `fl_miss` (range 0.0–0.0), `fl_cmiss` (range 0.0–0.0), `indicator` (TPCP, EMXP).
88
+
89
+ ---
90
+
91
+ ## Quick Start
92
+
93
+ ```python
94
+ from datasets import load_dataset
95
+
96
+ ds = load_dataset("electricsheepafrica/africa-daily-summaries-of-precipitation-indicators-for-congo-the-democratic-republic-of-the")
97
+ train = ds["train"].to_pandas()
98
+ test = ds["test"].to_pandas()
99
+
100
+ print(train.shape)
101
+ train.head()
102
+ ```
103
+
104
+ ---
105
+
106
+ ## Schema
107
+
108
+ | Column | Type | Null % | Range / Sample Values |
109
+ |---|---|---|---|
110
+ | `date` | datetime64[ns] | 0.0% | |
111
+ | `datatype` | object | 0.0% | TPCP, EMXP |
112
+ | `station` | object | 0.0% | GHCND:CGM00064210, GHCND:CFM00064463, GHCND:CGM00064360 |
113
+ | `value` | int64 | 0.0% | 0.0 – 5258.0 (mean 420.7824) |
114
+ | `fl_miss` | int64 | 0.0% | 0.0 – 0.0 (mean 0.0) |
115
+ | `fl_cmiss` | int64 | 0.0% | 0.0 – 0.0 (mean 0.0) |
116
+ | `country` | object | 0.0% | Congo, DRC |
117
+ | `indicator` | object | 0.0% | TPCP, EMXP |
118
+ | `esa_source` | object | 0.0% | HDX |
119
+ | `esa_processed` | object | 0.0% | 2026-04-07 |
120
+
121
+ ---
122
+
123
+ ## Numeric Summary
124
+
125
+ | Column | Min | Max | Mean | Median |
126
+ |---|---|---|---|---|
127
+ | `value` | 0.0 | 5258.0 | 420.7824 | 180.0 |
128
+ | `fl_miss` | 0.0 | 0.0 | 0.0 | 0.0 |
129
+ | `fl_cmiss` | 0.0 | 0.0 | 0.0 | 0.0 |
130
+
131
+ ---
132
+
133
+ ## Curation
134
+
135
+ 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`. 756 exact duplicate rows were removed. 1 column(s) were cast from string to numeric or datetime based on parse-success rate (>85% threshold). The dataset was split 80/20 into train and test partitions using a fixed random seed (42) and saved as Snappy-compressed Parquet.
136
+
137
+ ---
138
+
139
+ ## Limitations
140
+
141
+ - Data originates from HDX and has not been independently validated by ESA.
142
+ - Automated cleaning cannot correct for misreported values, definitional inconsistencies, or sampling bias in the original collection.
143
+ - Refer to the [original HDX dataset page](https://data.humdata.org/dataset/daily-summaries-of-precipitation-indicators-for-congo--the-democratic-republic-of-the) for the publisher's own methodology notes and caveats.
144
+
145
+ ---
146
+
147
+ ## Citation
148
+
149
+ ```bibtex
150
+ @dataset{hdx_africa_daily_summaries_of_precipitation_indicators_for_congo_the_democratic_republic_of_the,
151
+ title = {Daily Summaries of Precipitation Indicators for Congo, the Democratic Republic of the},
152
+ author = {HDX},
153
+ year = {2025},
154
+ url = {https://data.humdata.org/dataset/daily-summaries-of-precipitation-indicators-for-congo--the-democratic-republic-of-the},
155
+ note = {Repackaged for machine learning by Electric Sheep Africa (https://huggingface.co/electricsheepafrica)}
156
+ }
157
+ ```
158
+
159
+ ---
160
+
161
+ *[Electric Sheep Africa](https://huggingface.co/electricsheepafrica) — Africa's ML dataset infrastructure. Lagos, Nigeria.*