https://github.com/iliyasalve/cyclistic_case_study
Analysis of the Bike-Sharing System for the following question: "How do annual members and casual riders use Cyclistic bikes differently?"
https://github.com/iliyasalve/cyclistic_case_study
bike-sharing data data-analysis data-visualisation r
Last synced: about 1 year ago
JSON representation
Analysis of the Bike-Sharing System for the following question: "How do annual members and casual riders use Cyclistic bikes differently?"
- Host: GitHub
- URL: https://github.com/iliyasalve/cyclistic_case_study
- Owner: iliyasalve
- Created: 2024-12-06T10:17:09.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-06T10:55:43.000Z (over 1 year ago)
- Last Synced: 2025-02-12T22:24:25.561Z (over 1 year ago)
- Topics: bike-sharing, data, data-analysis, data-visualisation, r
- Language: R
- Homepage:
- Size: 1.06 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bike-Sharing System Analysis
## Introduction
This repository contains the analysis of a bike-sharing system, aimed at answering the question: "How do annual members and casual riders use Cyclistic bikes differently?" and providing marketing recommendations based on the findings. The analysis covers various aspects of bicycle usage, including trip numbers, usage patterns by day and time, trip duration, station popularity, and more. The goal is to offer strategic insights to convert casual riders into annual members and enhance overall user satisfaction.
## Contents of this Repository
This repository contains the following documents and folders:
- `Report.pdf`: The analysis report.
- `Project_Report.Rmd`: The analysis report in Markdown format.
- `data_process.r`: The script with commands for data processing.
- `data_analyze.r`: The script with commands for data analysis.
- `Visualisations`: Images generated from the analysis.
## Implementation
All code is written in R. The code was developed in the VSCode development environment.