Date created :21.05.2019
Bikeshare project
Analyses the Bikeshare data of a period
Files used in the project: chicago.csv new_york_city.csv washington.csv
Sites and forums referenced for the project:
1.Used for reference on loading, Subsetting and fitering data using pandas https://towardsdatascience.com/data-science-with-python-intro-to-loading-and-subsetting-data-with-pandas-9f26895ddd7f
2.Used to refernce datetime functions https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.Series.dt.dayofweek.html
3.Used to understand how to loop through the program https://stackoverflow.com/questions/14907067/how-do-i-restart-a-program-based-on-user-input
4.Used to further understand exception handling https://www.programiz.com/python-programming/exception-handling
5.Used to find out how to convert seconds to hours https://stackoverflow.com/questions/2119472/convert-a-timedelta-to-days-hours-and-minutes
6.Udacity notes from the course.