Skip to content

Using SQL & R to break down a Google Data Analyst case study.

Notifications You must be signed in to change notification settings

StrawhatRA/Bike_Ride_Analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 

Repository files navigation

Cyclistic Bike Share Analysis (Google Data Analyst Capstone Project)

bikeshare-toronto-2020-01-min

Scenario

You are a junior data analyst working in the marketing analyst team at Cyclistic, a bike-share company in Chicago. The director of marketing believes the company’s future success depends on maximizing the number of annual memberships. Therefore, your team wants to understand how casual riders and annual members use Cyclistic bikes differently. From these insights, your team will design a new marketing strategy to convert casual riders into annual members. But first, Cyclistic executives must approve your recommendations, so they must be backed up with compelling data insights and professional data visualizations.

Characters and teams Cyclistic - A bike-share program that features more than 5,800 bicycles and 600 docking stations. Cyclistic sets itself apart by also offering reclining bikes, hand tricycles, and cargo bikes, making bike-share more inclusive to people with disabilities and riders who can’t use a standard two-wheeled bike. The majority of riders opt for traditional bikes; about 8% of riders use the assistive options. Cyclistic users are more likely to ride for leisure, but about 30% use them to commute to work each day.

Lily Moreno - The director of marketing and your manager. Moreno is responsible for the development of campaigns and initiatives to promote the bike-share program. These may include email, social media, and other channels.

Cyclistic marketing analytics team - A team of data analysts who are responsible for collecting, analyzing, and reporting data that helps guide Cyclistic marketing strategy. You joined this team six months ago and have been busy learning about Cyclistic’s mission and business goals — as well as how you, as a junior data analyst, can help Cyclistic achieve them.

Cyclistic executive team - The notoriously detail-oriented executive team will decide whether to approve the recommended marketing program

Question to answer

How do annual members and casual riders use Cyclistic bikes differently?

Business Task

To analyze data and find the difference between annual member and casual rider habits. Make recommendations on how to convert casual riders into annual members.

Ask

In this step, I asked myself questions such as ‘How do annual members and casual riders use Cyclistic bikes differently?’ to guide my analysis. Lily Moreno, the director of marketing believes annual Members are much more profitable than Casual riders. As a junior data analyst working at Cyclistic, my task is to help the marketing team analyze the differences between Casual riders and Members with the goal of providing recommendations that will help convert Casual riders into annual Members to maximize profit.

Prepare

What metrics to measure? What factors should be taken into account? Where is the data located (files, database, external system, internal system)? If the data will be moved, how it will be stored and what are the needed security measures to protect that data.

Process

BigQ_full_join

I downloaded the dataset that is used for this case study and stored it. I was required to download data for the last 12 months. I downloaded trip data between June 2021-June 2022. You can access the datasets here. It is a public dataset provided by Motivate International Inc. 12 months of data was downloaded and stitched together using SQL (BigQuery). SQL was used to drop some unnecessary columns.

Analyze

I then moved to RStudio to performe different calculations & get get additional metrics. I calculated and summarized the data using functions such as mean, median, max, and min in R.

Share

Key Findings

Recommendations

About

Using SQL & R to break down a Google Data Analyst case study.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages