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.
5/14/22
Python Bikeshare project
This project was created and posted as a part of Udacity lesson. We explore bike share systems for three major cities in the United States—Chicago, New York City, and Washington Using python to caluclate descriptive statistics such as popular times of travel and trip duration
bikeshare.py README.md README.txt .gitignore
Websites I used: https://pandas.pydata.org/docs/reference/api/pandas.DataFrame.html https://pandas.pydata.org/docs/reference/api/pandas.Series.dt.dayofweek.html https://www.geeksforgeeks.org/python-pandas-series-dt-date/ https://pandas.pydata.org/docs/reference/api/pandas.DataFrame.sum.html
Repo referenced for help with user stats function: https://gitlab.com/tomjose1792/BikeShare-Project-Python/-/blob/master/bikeshare.py