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.
Date created
Wednesday, April 28th, 2021
Project Title
Udacity Python Bikeshare Project
Description
This project is about utilizing python to answer questions in regards to bikeshare data for the cities of chicago, washington and new york city
Files used
bikeshare.py, .gitignore, /bikeshare-data
Credits
https://docs.github.com/en/github/getting-started-with-github/setting-your-username-in-git https://www.udacity.com/ https://pandas.pydata.org/docs/ https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.Timestamp.month_name.html https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.DataFrame.min.html https://dfrieds.com/data-analysis/value-counts-python-pandas.html https://github.com/Aritra96/bikeshare-project/blob/master/bikeshare.py was having difficulty with bringing up the birth year for the cities that had those columns and found this great example of using try and except. I used it in my own way and it fixed the problem. https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.DataFrame.head.html (to add in the option to view next five rows of data)