December 8, 2025
The Bikeshare project aims to explore bike-share system data using Python.
By performing data wrangling, descriptive statistics, and exploratory analysis, the project uncovers patterns related to user behavior, trip durations, station usage, and time-based trends.
-
Python Script
bikeshare_starter.py– Main analysis file containing the data loading, processing, and analysis logic.
-
Data Files (CSV)
- One or more
.csvdata files containing bikeshare trip in New York city information such as:- Start and end time
- Trip duration
- Start and end station
- etc.
- One or more
This project is part of the Udacity program.
Thanks to Udacity for providing the datasets and project framework.