Cyclistic, a Chicago-based bike-share company, is focused on increasing its number of annual memberships. To support this goal, the marketing analyst team needs to understand how annual members and casual riders use Cyclistic bikes differently. Specifically, the task is to analyze riding patterns to develop a strategy that converts casual riders into annual members.
The analysis was conducted using data from Cyclistic’s bike-share system, which includes detailed ride data. The data was processed using MySQL, and the insights were visualized through Tableau Dashboards. The key data points analyzed include:
CREATE TABLE bike_ride(
ride_id VARCHAR(255),
rideable_type VARCHAR(255),
started_at DATETIME,
ended_at DATETIME,
start_station_name VARCHAR(255),
start_station_id VARCHAR(255),
end_station_name VARCHAR(255),
end_station_id VARCHAR(255),
start_lat FLOAT,
start_lng FLOAT,
end_lat FLOAT,
end_lng FLOAT,
member_casual VARCHAR(255)
);
Use Cyclistic’s historical trip data to analyze and identify trends. Download the previous 12 months of