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.
July 1st, 2022
Exploring US Bikeshare Data
This project was developed to give insight into the data regarding bike-sharing transportation collected for 3 US cities. Information discovered from data include the most popular starting/ending stations for a specific month/day, the counts of each gender group to use this mode of transportation, the most common time of travel in a particular month/day, etc.
bikeshare.py
Links include: udacity.com stackoverflow.com pandas.pydata.org realpython.com delftstack.com programiz.com geeksforgeeks.org docs.python.org w3schools.com