/toronto_bike_share

Bike Share Toronto 2021 Data Analysis & Interactive Visualization

Primary LanguageHTML

Bike Share Toronto 2021 Data Analysis

Data visualization dashboard: https://dailyli.github.io/toronto_bike_share/

Objective

  • To better understand how people in Toronto are using Bike Share
  • To highlight some usage patterns for potential and exsiting users (e.g. popular routes, rush hours, avg speed, etc.)
  • To generate insights for maintenance and management (e.g. allocating bikes, identify broken bikes & stations, etc.) - still working on it!

Background

Bike Share Toronto was designed to allow users to make short trips around town. The sturdy-framed bikes are available at any docking station in the city. The bikes can be taken from any station and returned to any station in the bike share system.

There are 6,850 bikes and 625 stations are available throughout Toronto. A station is the strip of bikes that are available around the city, placed based on population and transport needs.

There are two major user categories in the dataset:

  • Annual Member: including Annual 30 Member (unlimited trips under 30 min) per year, and Annual 45 Member (unlimited trips under 45 min).
  • Casual Member: including Single Trip Passes, Day Passes and 3-Day Passes.

Official website: https://bikesharetoronto.com/

Datasets

Results & Key Findings

Report with interactive graphs: https://dailyli.github.io/toronto_bike_share/

Packages & documents

The code was written in Jupyter Notebook with Python, using Pandas for data manipulation, and Plotly for visualization.