2019-04-30
Explore US Bikeshare Data
Use Python to understand U.S. bikeshare data. Calculate statistics and build an interactive environment where a user chooses the data and filter for a dataset to analyze.
The following input data files are used:
- chicago.csv
- new_york_city.csv
- washington.csv
Besides the training material provided by Udacity, I got inspiration from these websites:
- https://stackoverflow.com/questions/11178061/print-list-without-brackets-in-a-single-row?noredirect=1&lq=1
- https://stackoverflow.com/questions/6557553/get-month-name-from-number
- https://stackoverflow.com/questions/5997987/is-there-an-operator-to-calculate-percentage-in-python
- https://www.shanelynn.ie/summarising-aggregation-and-grouping-data-in-python-pandas/
- https://github.com/bndr/pipreqs