Note: Please fork the current Udacity repository so that you will have a remote repository in your Github account. Clone the remote repository to your local machine. Later, as a part of the project "Post your Work on Github", you will push your proposed changes to the remote repository in your Github account.
01/2/2025
Bike Share
In this project, I use Python to explore data related to bike share systems for three major cities in the United States—Chicago, New York City, and Washington. The project imports the data and answers interesting questions about it by computing descriptive statistics. This project also takes in raw input to create an interactive experience in the terminal to present these statistics.
- washington.csv
- new_york_city.csv
- chicago.csv
- bikeshare.py
The files used for this project, along with the project template file can be found here.
The only required software for this project is a programming environment. I used Spyder for my work.
The only known bug is when asking the user if they would like to see 5 more lines of raw data. If there is a spelling error in the response from the user, it flags as an invalid input, but does not prompt the user to retry.