
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
Stolfi,Daniel. (2019). Parking Birmingham. UCI Machine Learning Repository. https://doi.org/10.24432/C51K5Z.
@misc{misc_parking_birmingham_482, author = {Stolfi,Daniel}, title = {{Parking Birmingham}}, year = {2019}, howpublished = {UCI Machine Learning Repository}, note = {{DOI}: https://doi.org/10.24432/C51K5Z} }
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)
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.