Cycle Ride Share
Behavorial data for bike trips by members/casual riders
@kaggle.hannizaher_cycle_ride_share
Behavorial data for bike trips by members/casual riders
@kaggle.hannizaher_cycle_ride_share
A Link to the code used for the analysis and visualization is below:
https://acidic-firefly-4be.notion.site/Cycle-Trip-Data-a7e75a8761bc4ccabf7c581715b012c8
The main goal of this project is to analyze the differences in bike usage patterns between casual riders and annual members. This analysis will provide valuable insights to design data-driven marketing strategies to convert casual riders into annual members. By utilizing Cyclistic’s historical bike trip data, the project seeks to uncover key behavioral trends that will guide the development of targeted marketing campaigns. These campaigns will focus on increasing annual memberships, which are more profitable for the company compared to casual riders.
Data Analysis:
Marketing Strategy Development:
The Spreadsheet shown below is the final result
..
CREATE TABLE year_to_date_finished (
"unnamed_0" BIGINT -- Unnamed: 0,
"ride_id" VARCHAR,
"rideable_type" VARCHAR,
"started_at" TIMESTAMP,
"ended_at" TIMESTAMP,
"start_station_name" VARCHAR,
"member_casual" VARCHAR,
"ride_length" DOUBLE,
"day_of_week" VARCHAR,
"date" TIMESTAMP,
"month" BIGINT,
"day" BIGINT,
"year" BIGINT
);
Anyone who has the link will be able to view this.