Date created: This project is created on Sep. 10th, 2023.
This project is developed to analyze and provide insights from bikeshare data from Chicago, New York City, and Washington. It allows the users to explore various statistics and information about bikes usage in each city.
bikeshare.py: The main python file which includes the required scripts to perform the bikeshare data analysis.chicago.csv: The chicago's bikeshare dataset file.new_york_city.csv: The New York City's bikeshare dataset file.washington.csv: The Washington's bikeshare dataset file.
This project was completed as part of the Programming for Data Science Nanodegree offered by Udacity. Its already the final project of Introduction to Python Programming course on the whole program.
Before running the code, make sure you have the following dependencies installed:
- Python 3.11
- Pandas: Install pandas using
pip install pandas - NumPy: Install NumPy using
pip install numpy