Skip to content

adityab894/case-study-cyclistic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ“Š Cyclistic Bike-Share Case Study

This project is an end-to-end data analysis case study exploring how annual members and casual riders use Cyclistic bikes differently, with the goal of helping the company design effective marketing strategies to increase annual memberships.

πŸš€ Business Task

Analyze 12 months of Cyclistic bike trip data to understand usage patterns between casual riders and annual members, and recommend strategies to convert casual users into paying annual members.

πŸ“ Data Sources

Public historical trip data provided by Motivate International Inc. 12 CSV files covering one full year of Cyclistic ride data Personally identifiable information (PII) removed for privacy compliance

🧹 Data Cleaning & Processing

Steps followed:

  • Loaded & inspected all monthly datasets
  • Standardized column names and formats
  • Added calculated fields: ride_length, day_of_week
  • Removed duplicates, null values, and invalid entries
  • Combined all months into a single consolidated dataset
  • Performed quality checks for consistency

πŸ” Analysis Summary

  • Key analytical steps included:
  • Descriptive statistics (mean, max, mode, distribution trends)
  • Pivot tables to compare usage by membership type
  • Seasonal, daily, and hourly usage trends
  • Identification of behavioral differences between rider groups

Key Insights Found:

  • Casual riders take longer rides, primarily on weekends
  • Members ride more frequently and mostly on weekdays
  • Casual riders favor leisure trips, while members often commute
  • Membership users exhibit consistent year-round riding behavior

πŸ“Š Visualizations

  • The project includes:
  • Ride length comparisons
  • Day-of-week usage patterns
  • Monthly and seasonal trends
  • Ride count distributions for both user types
  • Charts highlighting user behavior differences

πŸ—‚οΈ Project Structure

  • /data β†’ Raw and cleaned datasets
  • /notebooks β†’ Analysis, EDA, and visualizations
  • /outputs β†’ Summary tables, charts, and final insights
  • README.md β†’ Project overview

πŸ› οΈ Tools Used

  • Excel / Google Sheets
  • SQL
  • R / RStudio (optional template used for merging & analysis)
  • Tableau / Google Slides for visualization

About

A full end-to-end data analysis project exploring how annual members and casual riders use Cyclistic bikes differently. Includes data cleaning, trend analysis, visualizations, and actionable marketing recommendations to convert casual riders into annual members.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors