Kossisoroyce commited on
Commit
5417a1b
·
verified ·
1 Parent(s): 04484d0

Add README.md

Browse files
Files changed (1) hide show
  1. README.md +159 -50
README.md CHANGED
@@ -1,54 +1,163 @@
1
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  dataset_info:
3
- features:
4
- - name: iso3
5
- dtype: string
6
- - name: startdate
7
- dtype: timestamp[ns]
8
- - name: enddate
9
- dtype: timestamp[ns]
10
- - name: area_code
11
- dtype: int64
12
- - name: area_code_m49
13
- dtype: string
14
- - name: area
15
- dtype: string
16
- - name: item_code
17
- dtype: int64
18
- - name: item
19
- dtype: string
20
- - name: element_code
21
- dtype: int64
22
- - name: element
23
- dtype: string
24
- - name: year_code
25
- dtype: int64
26
- - name: year
27
- dtype: int64
28
- - name: unit
29
- dtype: string
30
- - name: value
31
- dtype: float64
32
- - name: flag
33
- dtype: string
34
- - name: esa_source
35
- dtype: string
36
- - name: esa_processed
37
- dtype: string
38
  splits:
39
- - name: train
40
- num_bytes: 68806
41
- num_examples: 350
42
- - name: test
43
- num_bytes: 16822
44
- num_examples: 88
45
- download_size: 22806
46
- dataset_size: 85628
47
- configs:
48
- - config_name: default
49
- data_files:
50
- - split: train
51
- path: data/train-*
52
- - split: test
53
- path: data/test-*
54
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ - n<1K
13
+ source_datasets:
14
+ - original
15
+ task_categories:
16
+ - tabular-regression
17
+ task_ids: []
18
+ tags:
19
+ - africa
20
+ - humanitarian
21
+ - hdx
22
+ - electric-sheep-africa
23
+ - food-security
24
+ - indicators
25
+ - tgo
26
+ pretty_name: "Togo - Food Prices"
27
  dataset_info:
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
28
  splits:
29
+ - name: train
30
+ num_examples: 350
31
+ - name: test
32
+ num_examples: 87
 
 
 
 
 
 
 
 
 
 
 
33
  ---
34
+
35
+ # Togo - Food Prices
36
+
37
+ **Publisher:** Food and Agriculture Organization (FAO) of the United Nations · **Source:** [HDX](https://data.humdata.org/dataset/faostat-food-prices-for-togo) · **License:** `cc-by-igo` · **Updated:** 2026-03-30
38
+
39
+ ---
40
+
41
+ ## Abstract
42
+
43
+ Food Prices for Togo.
44
+
45
+ Contains data from the FAOSTAT [bulk data service](https://fenixservices.fao.org/faostat/static/bulkdownloads/datasets_E.json) covering the following categories: Consumer Price Indices, Deflators, Exchange rates, Producer Prices
46
+
47
+ Each row in this dataset represents country-level aggregates. Temporal coverage is indicated by the `startdate`, `enddate` column(s). Geographic scope: **TGO**.
48
+
49
+ *Curated into ML-ready Parquet format by [Electric Sheep Africa](https://huggingface.co/electricsheepafrica).*
50
+
51
+ ---
52
+
53
+ ## Dataset Characteristics
54
+
55
+ | | |
56
+ |---|---|
57
+ | **Domain** | Food security and nutrition |
58
+ | **Unit of observation** | Country-level aggregates |
59
+ | **Rows (total)** | 438 |
60
+ | **Columns** | 17 (6 numeric, 9 categorical, 2 datetime) |
61
+ | **Train split** | 350 rows |
62
+ | **Test split** | 87 rows |
63
+ | **Geographic scope** | TGO |
64
+ | **Publisher** | Food and Agriculture Organization (FAO) of the United Nations |
65
+ | **HDX last updated** | 2026-03-30 |
66
+
67
+ ---
68
+
69
+ ## Variables
70
+
71
+ **Geographic** — `iso3` (TGO), `year_code` (range 1970.0–2024.0), `year` (range 1970.0–2024.0).
72
+
73
+ **Temporal** — `startdate`, `enddate`.
74
+
75
+ **Outcome / Measurement** — `value` (range 5.1618–174.9819).
76
+
77
+ **Identifier / Metadata** — `area_code` (range 217.0–217.0), `area_code_m49` ('768), `item_code` (range 22024.0–22028.0), `element_code` (range 6179.0–62250.0), `esa_source` (HDX) and 1 others.
78
+
79
+ **Other** — `area` (Togo), `item` (GDP Deflator, Gross Fixed Capital Formation Deflator, Value Added Deflator (Agriculture, forestry and fishery)), `element` (Value Standard Local Currency, 2015 prices, Value US$, 2015 prices), `unit` (SLC, USD), `flag` (X, E).
80
+
81
+ ---
82
+
83
+ ## Quick Start
84
+
85
+ ```python
86
+ from datasets import load_dataset
87
+
88
+ ds = load_dataset("electricsheepafrica/africa-faostat-food-prices-for-togo")
89
+ train = ds["train"].to_pandas()
90
+ test = ds["test"].to_pandas()
91
+
92
+ print(train.shape)
93
+ train.head()
94
+ ```
95
+
96
+ ---
97
+
98
+ ## Schema
99
+
100
+ | Column | Type | Null % | Range / Sample Values |
101
+ |---|---|---|---|
102
+ | `iso3` | object | 0.0% | TGO |
103
+ | `startdate` | datetime64[ns] | 0.0% | |
104
+ | `enddate` | datetime64[ns] | 0.0% | |
105
+ | `area_code` | int64 | 0.0% | 217.0 – 217.0 (mean 217.0) |
106
+ | `area_code_m49` | object | 0.0% | '768 |
107
+ | `area` | object | 0.0% | Togo |
108
+ | `item_code` | int64 | 0.0% | 22024.0 – 22028.0 (mean 22025.7397) |
109
+ | `item` | object | 0.0% | GDP Deflator, Gross Fixed Capital Formation Deflator, Value Added Deflator (Agriculture, forestry and fishery) |
110
+ | `element_code` | int64 | 0.0% | 6179.0 – 62250.0 (mean 34214.5) |
111
+ | `element` | object | 0.0% | Value Standard Local Currency, 2015 prices, Value US$, 2015 prices |
112
+ | `year_code` | int64 | 0.0% | 1970.0 – 2024.0 (mean 1996.8767) |
113
+ | `year` | int64 | 0.0% | 1970.0 – 2024.0 (mean 1996.8767) |
114
+ | `unit` | object | 0.0% | SLC, USD |
115
+ | `value` | float64 | 0.0% | 5.1618 – 174.9819 (mean 71.14) |
116
+ | `flag` | object | 0.0% | X, E |
117
+ | `esa_source` | object | 0.0% | HDX |
118
+ | `esa_processed` | object | 0.0% | 2026-04-06 |
119
+
120
+ ---
121
+
122
+ ## Numeric Summary
123
+
124
+ | Column | Min | Max | Mean | Median |
125
+ |---|---|---|---|---|
126
+ | `area_code` | 217.0 | 217.0 | 217.0 | 217.0 |
127
+ | `item_code` | 22024.0 | 22028.0 | 22025.7397 | 22025.0 |
128
+ | `element_code` | 6179.0 | 62250.0 | 34214.5 | 34214.5 |
129
+ | `year_code` | 1970.0 | 2024.0 | 1996.8767 | 1997.0 |
130
+ | `year` | 1970.0 | 2024.0 | 1996.8767 | 1997.0 |
131
+ | `value` | 5.1618 | 174.9819 | 71.14 | 72.3837 |
132
+
133
+ ---
134
+
135
+ ## Curation
136
+
137
+ 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`. 2 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.
138
+
139
+ ---
140
+
141
+ ## Limitations
142
+
143
+ - Data originates from Food and Agriculture Organization (FAO) of the United Nations and has not been independently validated by ESA.
144
+ - Automated cleaning cannot correct for misreported values, definitional inconsistencies, or sampling bias in the original collection.
145
+ - Refer to the [original HDX dataset page](https://data.humdata.org/dataset/faostat-food-prices-for-togo) for the publisher's own methodology notes and caveats.
146
+
147
+ ---
148
+
149
+ ## Citation
150
+
151
+ ```bibtex
152
+ @dataset{hdx_africa_faostat_food_prices_for_togo,
153
+ title = {Togo - Food Prices},
154
+ author = {Food and Agriculture Organization (FAO) of the United Nations},
155
+ year = {2026},
156
+ url = {https://data.humdata.org/dataset/faostat-food-prices-for-togo},
157
+ note = {Repackaged for machine learning by Electric Sheep Africa (https://huggingface.co/electricsheepafrica)}
158
+ }
159
+ ```
160
+
161
+ ---
162
+
163
+ *[Electric Sheep Africa](https://huggingface.co/electricsheepafrica) — Africa's ML dataset infrastructure. Lagos, Nigeria.*