The project involves a junior data analyst working in the marketing analyst team at Cyclistic, a bike-share company in Chicago. The team aims to understand how casual riders and annual members use Cyclistic bikes differently to design a new marketing strategy to convert casual riders into annual members. The recommendations must be backed up with compelling data insights and professional data visualizations.
Cyclistic launched a successful bike-share offering in 2016. The program has grown to a fleet of 5,824 bicycles that are geotracked and locked into a network of 692 stations across Chicago. Cyclistic’s finance analysts have concluded that annual members are much more profitable than casual riders. Moreno believes that maximizing the number of annual members will be key to future growth. Moreno has set a clear goal: Design marketing strategies aimed at converting casual riders into annual members.
(Cyclistic is a fictional company and the data has been made available by Motivate International Inc. under this license.)
I secured the original data by storing it in my password-protected Google Drive. I then made copies of all the files and added a suffix of ‘…v1’ to each one. I opened each file in Microsoft Excel to review the data and determine what type of information was available. During this process, I added several columns to the data:
a. "ride_length" which is calculated by subtracting the "started_at" column from the "ended_at" column (=D2-C2).
b. "day_of_week" which is calculated by using the "WEEKDAY" command (=WEEKDAY(C2,1))
These formulas were copied down to include all rows of data for each spreadsheet.
After transferring the data to SQL, I conducted a thorough analysis and extracted valuable insights on emerging trends. This included cleaning the data, comparing average ride time by rider type, comparing total rides by rider type, and finding which day of the week has the most rides by rider type. To see a detailed walkthrough for SQL along with the scripts, follow this link.
Following data cleaning and analysis using SQL, I leveraged Tableau to create several tables and visualize the data in various ways. While designing the tables and adjusting the filters, I uncovered additional insights that I had not previously noticed. This link to my Public Tableau dashbord shows some of my observations.
Drawing on the insights obtained from Excel, SQL, and Tableau, I synthesized the data into a clear and compelling narrative using a Google Slide presentation. The presentation highlights the key trends and patterns in the data, and includes detailed visualizations and analyses to support the conclusions drawn from the data. Additionally, I provided actionable recommendations for stakeholders based on the insights gained through the analysis, in order to inform data-driven decision-making. Follow this link to see the full presentation.