pushthetempo/astana_traffic
Flowmatic Smart City Dataset Flowmatic smart-city dataset with hourly UTC CSV partitions. 3 hour file(s), 500 total row(s). Files live under data/hourly/ and are indexed in data/hourly/manifest.json. Pipeline run: cmpmwqy3j005joo3crz8pe451Updated: 2026-05-26T17:27:13.937ZPartition scheme: hourly-utcManifest: data/hourly/manifest.json Hourly CSV layout Rows are grouped by eventTime into one CSV per UTC hour: Directory: data/hourly/ File pattern: YYYY-MM-DDTHH.csv… See the full description on the dataset page: https://huggingface.co/datasets/pushthetempo/astana_traffic.
Flowmatic Smart City Dataset
Flowmatic smart-city dataset with hourly UTC CSV partitions. 3 hour file(s), 500 total row(s). Files live under data/hourly/ and are indexed in data/hourly/manifest.json.
Pipeline run: cmpmwqy3j005joo3crz8pe451 Updated: 2026-05-26T17:27:13.937Z Partition scheme: hourly-utc Manifest: data/hourly/manifest.json
Hourly CSV layout
Rows are grouped by eventTime into one CSV per UTC hour:
- Directory:
data/hourly/ - File pattern:
YYYY-MM-DDTHH.csv(example:data/hourly/2026-05-21T14.csv) - Append exports merge only within the touched hour file(s), not the whole dataset.
Preview (latest exported rows)
Usage
from datasets import load_dataset
# Loads all hourly CSV parts as one split
ds = load_dataset("pushthetempo/astana_traffic", data_files="data/hourly/*.csv", split="train")