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.
Include the date you created this project and README file.
2/20/2023
Replace the Project Title
Project 2 for the Udacity Nanodegree program
Describe what your project is about and what it does
In this project, I made use of Python to explore data related to bike share systems for three major cities in the United States—Chicago, New York City, and Washington. I wrote a code to import the data and answer questions about it by computing descriptive statistics from the data. I also wrote a script that takes in raw input to create an interactive user experience in the terminal to present these statistics.
Include the files used
bikeshare.py chicago.csv washington.csv new_york.csv
It's important to give proper credit. Add links to any repo that inspired you or blogposts you consulted.
Udacity Udacity github repo