11/07/2022
Udacity Bikeshare Python Project
Program to filter through bikeshare data in 3 cities: Chicago, New York and Washington Date Range from Jan-June 2017 Filterable by city, months Jan-June (or all) and by individual day of the week (or all)
Frequent Times of Travel Statistics User Statistics Trip duration Statistics Station Statistics
chicago.csv new_york_city.csv washington.csv
Python datetime module documentation: https://docs.python.org/3/library/datetime.html
Python calendar module documentation: https://docs.python.org/3/library/calendar.html
pandas nlargest documentation: https://pandas.pydata.org/docs/reference/api/pandas.DataFrame.nlargest.html