This project analyzes Montreal's BIXI bike share system data to uncover usage patterns, popular routes, and station activity. The analysis focuses on temporal patterns across seasons and spatial distribution of rides throughout the city.
- Summer is the most popular time
- Across seasons, trips peak at 8am and 3pm
- Parc Jean Drapeau to itself is the most popular
The analysis expects a CSV file with the following key columns:
STARTTIMEMS: Trip start time in milliseconds STARTSTATIONNAME: Origin station name ENDSTATIONNAME: Destination station name STARTSTATIONLATITUDE: Origin station latitude STARTSTATIONLONGITUDE: Origin station longitude