Baselight

Pedal Me Bicycle Deliveries Data Set

This Dataset is for Beginners

@kaggle.dhinaharp_pedal_me_bicycle_deliveries_data_set

Loading...
Loading...

About this Dataset

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

Tables

Pedalme Edges

@kaggle.dhinaharp_pedal_me_bicycle_deliveries_data_set.pedalme_edges
  • 3.92 KB
  • 225 rows
  • 3 columns
Loading...

CREATE TABLE pedalme_edges (
  "from" BIGINT,
  "to" BIGINT,
  "weight" DOUBLE
);

Pedalme Features

@kaggle.dhinaharp_pedal_me_bicycle_deliveries_data_set.pedalme_features
  • 8.83 KB
  • 540 rows
  • 6 columns
Loading...

CREATE TABLE pedalme_features (
  "unnamed_0" BIGINT,
  "year" BIGINT,
  "week" BIGINT,
  "location" BIGINT,
  "time" BIGINT,
  "demand" BIGINT
);

Share link

Anyone who has the link will be able to view this.