Olaroti commited on
Commit
b1a43e4
·
verified ·
1 Parent(s): b10955b

Add ML-ready official indicator dataset

Browse files
README.md ADDED
@@ -0,0 +1,157 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
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
+ - tabular
13
+ - zip
14
+ - africa
15
+ - nigeria
16
+ - official-statistics
17
+ - open-data
18
+ - economics
19
+ pretty_name: "National Household Kerosene Price Watch | Africa (Nigeria official open data)"
20
+ ---
21
+
22
+ # National Household Kerosene Price Watch | Africa (Nigeria official open data)
23
+
24
+ 102 rows - 1 Africa country - 2025 - Repackaged by [Electric Sheep Africa](https://huggingface.co/electricsheepafrica)
25
+
26
+ ![rows](https://img.shields.io/badge/rows-102-blue)
27
+ ![countries](https://img.shields.io/badge/countries-1-green)
28
+ ![years](https://img.shields.io/badge/years-2025-orange)
29
+ ![indicators](https://img.shields.io/badge/indicators-0-purple)
30
+ ![license](https://img.shields.io/badge/license-other-lightgrey)
31
+
32
+ ## TL;DR
33
+
34
+ This dataset packages one official `ZIP` resource from **Nigeria** as
35
+ ML-ready Parquet. The source file is the provenance boundary; all usable
36
+ indicators or tabular columns from the resource stay together in this repo.
37
+
38
+ ## About the source
39
+
40
+ - **Source:** [National Household Kerosene Price Watch](https://microdata.nigerianstat.gov.ng/index.php/catalog/159/related-materials)
41
+ - **Publisher:** National Bureau of Statistics, Nigeria
42
+ - **Resource:** [NHK Report Nov-Dec 2025](https://microdata.nigerianstat.gov.ng/index.php/catalog/159/download/1347)
43
+ - **Format:** `ZIP`
44
+ - **License:** [Other open license]()
45
+ - **Packaging mode:** `tabular_resource`
46
+
47
+ ## Geographic coverage
48
+
49
+ 1 Africa country:
50
+
51
+ | Country | Rows | First year | Last year | Name |
52
+ |---------|-----:|-----------:|----------:|------|
53
+ | `NGA` | 102 | 2025 | 2025 | `Nigeria` |
54
+
55
+ ## Indicators or Resource Contents
56
+
57
+ - This source file is packaged as a normalized tabular resource.
58
+
59
+ ## Schema
60
+
61
+ | Column | Type | Description | Example |
62
+ |--------|------|-------------|---------|
63
+ | `source_record_id` | `string` | Stable row identifier for tabular resources. | `nbs-nada-159-1347:household-kerosene-november-2025:0` |
64
+ | `country_iso3` | `string` | ISO3 country code. | `NGA` |
65
+ | `country_name` | `string` | Country name. | `Nigeria` |
66
+ | `source_sheet` | `string` | Workbook sheet name, when the source is a spreadsheet. | `HOUSEHOLD_KEROSENE_NOVEMBER_2025__.xlsx::NHK NOVEMBER 2025` |
67
+ | `year` | `Int64` | Observation year. | `2025` |
68
+ | `north_central` | `string` | Source column. | `Abuja` |
69
+ | `d_2262_3532664890085` | `float64` | Source column. | `2900.33333333333` |
70
+ | `d_2702_800502298753` | `float64` | Source column. | `2153.49191666667` |
71
+ | `d_2578_388659173385` | `float64` | Source column. | `2106.23635083333` |
72
+ | `d_4_603071629576619` | `float64` | Source column. | `-2.1943693156037227` |
73
+ | `d_13_969321120871541` | `float64` | Source column. | `-27.379507499138057` |
74
+ | `north_central_2` | `string` | Source column. | `Abuja` |
75
+ | `d_6202_56555640811` | `float64` | Source column. | `6630.01875` |
76
+ | `d_10045_895609535155` | `float64` | Source column. | `9813.9676666667` |
77
+ | `d_9668_463251994526` | `float64` | Source column. | `9478.063578749983` |
78
+ | `d_3_757080226698605` | `float64` | Source column. | `-3.4227144344241083` |
79
+ | `d_55_87845326367673` | `float64` | Source column. | `42.956814092720094` |
80
+ | `source_period_start_year` | `Int64` | First year inferred from source resource metadata. | `2025` |
81
+ | `source_period_end_year` | `Int64` | Last year inferred from source resource metadata. | `2025` |
82
+ | `source_period_label` | `string` | Human-readable period inferred from source resource metadata. | `2025` |
83
+ | `source_provider` | `string` | Publishing organization. | `National Bureau of Statistics, Nigeria` |
84
+ | `source_dataset` | `string` | Source package title. | `National Household Kerosene Price Watch` |
85
+ | `source_resource` | `string` | Source resource title. | `NHK Report Nov-Dec 2025` |
86
+ | `source_package_id` | `string` | CKAN package UUID. | `NGA-NBS-NHK` |
87
+ | `source_resource_id` | `string` | CKAN resource UUID. | `nbs-nada-159-1347` |
88
+ | `source_url` | `string` | Original source resource URL. | `https://microdata.nigerianstat.gov.ng/index.php/catalog/159/download/134` |
89
+ | `license_id` | `string` | Source license identifier. | `other-open` |
90
+ | `retrieved_at` | `string` | UTC retrieval timestamp. | `2026-07-19T04:13:01Z` |
91
+ | `d_2278_76109076109` | `float64` | Source column. | `` |
92
+ | `d_2561_807885538757` | `float64` | Source column. | `` |
93
+ | `d_0_6430672728735742` | `float64` | Source column. | `` |
94
+ | `d_12_421082487551644` | `float64` | Source column. | `` |
95
+ | `d_6227_8359497645215` | `float64` | Source column. | `` |
96
+ | `d_9798_192866220048` | `float64` | Source column. | `` |
97
+ | `d_1_3417811170638743` | `float64` | Source column. | `` |
98
+ | `d_57_32901356514574` | `float64` | Source column. | `` |
99
+
100
+ ## Usage
101
+
102
+ ```python
103
+ from datasets import load_dataset
104
+
105
+ ds = load_dataset("electricsheepafrica/africa-nigeria-national-household-kerosene-price-watch-8679fce8")
106
+ df = ds["train"].to_pandas()
107
+ print(df.head())
108
+ ```
109
+
110
+ ### Filter to one country
111
+
112
+ ```python
113
+ sample_country = df[df["country_iso3"] == "NGA"]
114
+ ```
115
+
116
+ ### Work with indicators
117
+
118
+ ```python
119
+ if "indicator_id" in df.columns:
120
+ print(df["indicator_id"].value_counts().head())
121
+ sample = df.sort_values([c for c in ["indicator_id", "year"] if c in df.columns])
122
+ ```
123
+
124
+ ## Citation
125
+
126
+ ```bibtex
127
+ @misc{electric_sheep_africa_africa_nigeria_national_household_kerosene_price_watch_8679fce8_2025,
128
+ title = {National Household Kerosene Price Watch | Africa (Nigeria official open data)},
129
+ author = {National Bureau of Statistics, Nigeria},
130
+ year = {2025},
131
+ url = {https://microdata.nigerianstat.gov.ng/index.php/catalog/159/related-materials},
132
+ publisher = {HuggingFace Datasets, repackaged by Electric Sheep Africa},
133
+ howpublished = {\url{https://huggingface.co/datasets/electricsheepafrica/africa-nigeria-national-household-kerosene-price-watch-8679fce8}}
134
+ }
135
+ ```
136
+
137
+ ## License
138
+
139
+ Released under [Other open license]().
140
+
141
+ Original data (c) National Bureau of Statistics, Nigeria. When using this dataset, please cite both the
142
+ original source above and the Electric Sheep Africa repackaging.
143
+
144
+ ## About Electric Sheep
145
+
146
+ Electric Sheep Africa is part of the Electric Sheep mission: a unified,
147
+ ML-ready data layer for Africa on Hugging Face. We pull data from authoritative
148
+ open sources, normalize the schemas, package as Parquet, and publish with
149
+ consistent dataset cards so researchers and developers can use `load_dataset()`
150
+ to start working in seconds.
151
+
152
+ Browse the full collection: [huggingface.co/electricsheepafrica](https://huggingface.co/electricsheepafrica)
153
+
154
+ ---
155
+
156
+ Provenance: ingested 2026-07-19 via the Electric Sheep pipeline. Source URL:
157
+ https://microdata.nigerianstat.gov.ng/index.php/catalog/159/download/1347
data/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6570d15a747e6000aea9559bf5c2df2c5f71d294eb0cbec27a07ef2215a8bf57
3
+ size 32975
metadata/source_snapshot.json ADDED
@@ -0,0 +1,80 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "columns": [
3
+ "source_record_id",
4
+ "country_iso3",
5
+ "country_name",
6
+ "source_sheet",
7
+ "year",
8
+ "north_central",
9
+ "d_2262_3532664890085",
10
+ "d_2702_800502298753",
11
+ "d_2578_388659173385",
12
+ "d_4_603071629576619",
13
+ "d_13_969321120871541",
14
+ "north_central_2",
15
+ "d_6202_56555640811",
16
+ "d_10045_895609535155",
17
+ "d_9668_463251994526",
18
+ "d_3_757080226698605",
19
+ "d_55_87845326367673",
20
+ "source_period_start_year",
21
+ "source_period_end_year",
22
+ "source_period_label",
23
+ "source_provider",
24
+ "source_dataset",
25
+ "source_resource",
26
+ "source_package_id",
27
+ "source_resource_id",
28
+ "source_url",
29
+ "license_id",
30
+ "retrieved_at",
31
+ "d_2278_76109076109",
32
+ "d_2561_807885538757",
33
+ "d_0_6430672728735742",
34
+ "d_12_421082487551644",
35
+ "d_6227_8359497645215",
36
+ "d_9798_192866220048",
37
+ "d_1_3417811170638743",
38
+ "d_57_32901356514574"
39
+ ],
40
+ "generated_at": "2026-07-19T04:19:26Z",
41
+ "indicator_count": 0,
42
+ "mode": "tabular_resource",
43
+ "repo_id": "electricsheepafrica/africa-nigeria-national-household-kerosene-price-watch-8679fce8",
44
+ "rows": 102,
45
+ "source": {
46
+ "api_base_url": "https://microdata.nigerianstat.gov.ng/index.php/api/catalog/search",
47
+ "country_iso3": "NGA",
48
+ "country_name": "Nigeria",
49
+ "group_names": "NATIONAL ECONOMY; NHK Report Nov-Dec 2025; NHK_Nov_Dec_2025_Report.zip; 0",
50
+ "license_id": "other-open",
51
+ "license_title": "Public NBS related material",
52
+ "license_url": "https://microdata.nigerianstat.gov.ng/index.php/catalog/159",
53
+ "organization_title": "National Bureau of Statistics, Nigeria",
54
+ "package_id": "NGA-NBS-NHK",
55
+ "package_name": "nga-nbs-nhk",
56
+ "package_notes": "Fieldwork is done solely by over 700 NBS Staff in all the States of the federation, supported by supervisors whom internal and external observers monitor. Fuel Prices are collected across all the 774 local governments across all States and the FCT from over 10,000 respondents and outlets and the estimates reflect the weights derived from estimates of household expenditures on fuel and the actual prices of liters or gallon bought by the households. The average prices are reported for each state and the country. The NBS audit team subsequently conducts randomly selected verification of prices recorded.",
57
+ "package_page_url": "https://microdata.nigerianstat.gov.ng/index.php/catalog/159/related-materials",
58
+ "package_title": "National Household Kerosene Price Watch",
59
+ "package_type": "document",
60
+ "portal_title": "National Bureau of Statistics Microdata Catalog",
61
+ "portal_url": "https://microdata.nigerianstat.gov.ng",
62
+ "resource_created": "2025-01-16T10:26:25+00:00",
63
+ "resource_description": "Document, Report [doc/rep]",
64
+ "resource_filename": "NHK_Nov_Dec_2025_Report.zip",
65
+ "resource_format": "ZIP",
66
+ "resource_id": "nbs-nada-159-1347",
67
+ "resource_last_modified": "2025-01-16T10:49:56+00:00",
68
+ "resource_mimetype": "",
69
+ "resource_name": "NHK Report Nov-Dec 2025",
70
+ "resource_position": "4",
71
+ "resource_url": "https://microdata.nigerianstat.gov.ng/index.php/catalog/159/download/1347",
72
+ "source_catalog_id": "159",
73
+ "source_idno": "NGA-NBS-NHK",
74
+ "source_total_downloads": "52977",
75
+ "source_total_views": "26790",
76
+ "tag_names": "document; NHK; Document, Report [doc/rep]; Reports"
77
+ },
78
+ "year_max": 2025,
79
+ "year_min": 2025
80
+ }