Parking Birmingham
Donated on 1/1/2019
Data collected from car parks in Birmingham that are operated by NCP from Birmingham City Council. UK Open Government Licence (OGL). https://data.birmingham.gov.uk/dataset/birmingham-parking
Dataset Characteristics
Multivariate, Univariate, Sequential, Time-Series
Subject Area
Computer Science
Associated Tasks
Classification, Regression, Clustering
Feature Type
Real
# Instances
35717
# Features
4
Dataset Information
Additional Information
Occupancy rates (8:00 to 16:30) from 2016/10/04 to 2016/12/19
Has Missing Values?
Yes
Variable Information
SystemCodeNumber: Car park ID Capacity: Car park capacity Occupancy: Car park occupancy rate LastUpdated: Date and Time of the measure
Dataset Files
File | Size |
---|---|
dataset.csv | 1.4 MB |
Reviews
There are no reviews for this dataset yet.
pip install ucimlrepo
from ucimlrepo import fetch_ucirepo # fetch dataset parking_birmingham = fetch_ucirepo(id=482) # data (as pandas dataframes) X = parking_birmingham.data.features y = parking_birmingham.data.targets # metadata print(parking_birmingham.metadata) # variable information print(parking_birmingham.variables)
Stolfi, D. (2017). Parking Birmingham [Dataset]. UCI Machine Learning Repository. https://doi.org/10.24432/C51K5Z.
Creators
Daniel Stolfi
DOI
License
This dataset is licensed under a Creative Commons Attribution 4.0 International (CC BY 4.0) license.
This allows for the sharing and adaptation of the datasets for any purpose, provided that the appropriate credit is given.