electricsheepafrica/africa-sensorsafrica-airquality-archive-kiambu
收藏Hugging Face2026-04-27 更新2026-05-03 收录
下载链接:
https://hf-mirror.com/datasets/electricsheepafrica/africa-sensorsafrica-airquality-archive-kiambu
下载链接
链接失效反馈官方服务:
资源简介:
---
annotations_creators:
- no-annotation
language_creators:
- found
language:
- en
license: other
multilinguality:
- monolingual
size_categories:
- n<1K
source_datasets:
- original
task_categories:
- other
task_ids: []
tags:
- africa
- humanitarian
- hdx
- electric-sheep-africa
- sensorsafrica-airquality-archive
pretty_name: "sensors.AFRICA Air Quality Archive Kiambu"
dataset_info:
splits:
- name: train
num_examples: 127
- name: test
num_examples: 31
---
# sensors.AFRICA Air Quality Archive Kiambu
**Publisher:** sensors.AFRICA · **Source:** [OpenAfrica](https://open.africa/dataset/sensorsafrica-airquality-archive-kiambu) · **License:** `None` · **Updated:** 2026-03-19
---
## Abstract
This dataset contains humanitarian and development data records covering SENSORSAFRICA-AIRQUALITY-ARCHIVE, comprising 159 observations across 3 variables.
Each row in this dataset represents geolocated point observations. Data was last updated on OpenAfrica on 2026-03-19. Geographic scope: **SENSORSAFRICA-AIRQUALITY-ARCHIVE**.
*Curated into ML-ready Parquet format by [Electric Sheep Africa](https://huggingface.co/electricsheepafrica).*
---
## Dataset Characteristics
| | |
|---|---|
| **Domain** | Humanitarian and development data |
| **Unit of observation** | Geolocated point observations |
| **Rows (total)** | 159 |
| **Columns** | 3 (0 numeric, 3 categorical, 0 datetime) |
| **Train split** | 127 rows |
| **Test split** | 31 rows |
| **Geographic scope** | SENSORSAFRICA-AIRQUALITY-ARCHIVE |
| **Publisher** | sensors.AFRICA |
| **OpenAfrica last updated** | 2026-03-19 |
---
## Variables
**Geographic** — `sensor_id_sensor_type_location_lat_lon_timestamp_value_type_value` (4927;DHT22;3979;-1.033;36.921;2025-03-17T07:35:24.265475+00:00;humidity;71.80, 4927;DHT22;3979;-1.033;36.921;2025-03-19T07:57:16.699883+00:00;temperature;26.80, 4926;pms5003;3979;-1.033;36.921;2025-03-19T07:51:20.512406+00:00;P0;5.40).
**Identifier / Metadata** — `esa_source` (HDX), `esa_processed` (2026-04-27).
---
## Quick Start
```python
from datasets import load_dataset
ds = load_dataset("electricsheepafrica/africa-sensorsafrica-airquality-archive-kiambu")
train = ds["train"].to_pandas()
test = ds["test"].to_pandas()
print(train.shape)
train.head()
```
---
## Schema
| Column | Type | Null % | Range / Sample Values |
|---|---|---|---|
| `sensor_id_sensor_type_location_lat_lon_timestamp_value_type_value` | object | 0.0% | 4927;DHT22;3979;-1.033;36.921;2025-03-17T07:35:24.265475+00:00;humidity;71.80, 4927;DHT22;3979;-1.033;36.921;2025-03-19T07:57:16.699883+00:00;temperature;26.80, 4926;pms5003;3979;-1.033;36.921;2025-03-19T07:51:20.512406+00:00;P0;5.40 |
| `esa_source` | object | 0.0% | HDX |
| `esa_processed` | object | 0.0% | 2026-04-27 |
---
## Numeric Summary
| Column | Min | Max | Mean | Median |
|---|---|---|---|---|
_No numeric columns._
---
## Curation
Raw data was downloaded from OpenAfrica 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`. The dataset was split 80/20 into train and test partitions using a fixed random seed (42) and saved as Snappy-compressed Parquet.
---
## Limitations
- Data originates from sensors.AFRICA and has not been independently validated by ESA.
- Automated cleaning cannot correct for misreported values, definitional inconsistencies, or sampling bias in the original collection.
- Refer to the [original HDX dataset page](https://open.africa/dataset/sensorsafrica-airquality-archive-kiambu) for the publisher's own methodology notes and caveats.
---
## Citation
```bibtex
@dataset{openafrica_africa_sensorsafrica_airquality_archive_kiambu,
title = {sensors.AFRICA Air Quality Archive Kiambu},
author = {sensors.AFRICA},
year = {2026},
url = {https://open.africa/dataset/sensorsafrica-airquality-archive-kiambu},
note = {Repackaged for machine learning by Electric Sheep Africa (https://huggingface.co/electricsheepafrica)}
}
```
---
*[Electric Sheep Africa](https://huggingface.co/electricsheepafrica) — Africa's ML dataset infrastructure. Lagos, Nigeria.*
提供机构:
electricsheepafrica



