Pedal Me Bicycle Deliveries Data Set
This Dataset is for Beginners
@kaggle.dhinaharp_pedal_me_bicycle_deliveries_data_set
This Dataset is for Beginners
@kaggle.dhinaharp_pedal_me_bicycle_deliveries_data_set
Data Set Information:
A dataset about the number of weekly bicycle package deliveries by Pedal Me in London during 2020 and 2021. Nodes in the graph represent geographical units and edges are proximity based mutual adjacency relationships.
Attribute Information:
Attributes are the weekly deliveries done by Pedal Me in certain regions of London.
Relevant Papers:
PyTorch Geometric Temporal: Spatiotemporal Signal Processing with Neural Machine Learning Models
Benedek Rozemberczki, Paul Scherer, Yixuan He, George Panagopoulos, Maria Astefanoaei, Oliver Kiss, Ferenc Beres, Nicolas Collignon, Rik Sarkar
Source:
Benedek Rozemberczki, The University of Edinburgh, benedek.rozemberczki '@' gmail.com
CREATE TABLE pedalme_edges (
"from" BIGINT,
"to" BIGINT,
"weight" DOUBLE
);CREATE TABLE pedalme_features (
"unnamed_0" BIGINT -- Unnamed: 0,
"year" BIGINT,
"week" BIGINT,
"location" BIGINT,
"time" BIGINT,
"demand" BIGINT
);Anyone who has the link will be able to view this.