Escríbeme al WhatsApp








Elevate Your Campaigns by Analyzing Customer Behavior .
Exploratory Data Analysis

Project URL: https://github.com/abraham-cedeno/Analisis-de-audiencia-caso-Cyclistic.git

Project URL in R: Cyclistics-Analysis-notebook-in-R.html

Tools used: SQL, RStudio, Microsoft Excel, Power Query, Tableau

Section 1: Project Introduction



Problem Description

Cyclistic, a bike-sharing company in Chicago, aims to maximize the number of annual members to ensure its future growth. The marketing team needs to understand the differences between casual cyclists and annual members, and how digital media can affect their strategy.

The main task of this project is to analyze the historical bike trip data of different types of Cyclistic customers, particularly over the past 12 months, to understand how they use the bikes differently.

Business Objective

"Provide valuable insights to the marketing team so they can determine the most effective digital marketing strategies, enabling them to connect with Cyclistic's audience and influence casual cyclists to choose an annual membership."

Section 2: Data Description

The data provided for this project includes more than 6 million bike trip records from Cyclistic, with detailed information about each trip, including the trip identification, the type of vehicle used, the time and date of trip start and end, the start and end stations, and the geographical coordinates of the starting and ending points.

Column Type of data Sub type of data Ranges and categories
1. Trip ID Categorical Nominal ID with numbers and letters
2. Vehicle type Categorical Nominal classic bike, electric bike, docked bike
3. Start time Numerical Continuous 0:00 a 24:00
4. Start date Numerical Discrete 11/1/2021 a 10/31/2022
5. End time Numerical Continuous 0:00 a 24:00
6. End date Numerical Discrete 11/1/2021 a 10/31/2022
7. Start station ID Categorical Nominal ID with numbers and letters
8. Start Station Names Categorical Nominal Start Station Names
9. End Station ID Categorical Nominal ID with numbers and letters
10. End Station Names Categorical Nominal End Station Names
11. Start Latitude Numerical Continuous -90º a 90º
12. Start Longitude Numerical Continuous -180º a 180º
13. End Latitude Numerical Continuous -90º a 90º
14. End Longitude Numerical Continuous -180º a 180º

Sección 3: Findings


What was the percentage distribution of bike preferences?



Observations

How is the service usage distributed over the week?



Observations

How is the service usage distributed over a day?



Observations

What is the average trip duration?



Observations

What is the preferred station for starting trips?



Observations

How are the trip start points distributed geographically?



Observations

Section 4: Recommendations





©2023 Abraham Cedeño Levy