15 June 2019 by Stefan Michel
Bikeshare data analysis
This project is to learn data manipulation and analysis with python. It is part of a course at Udacity.
To run the script you need following data files chicago.csv, new_york_city.csv, washington.csv
Code is based on a template provided by Udacity
#LinkRef 1 : Most common combination of two columns https://stackoverflow.com/questions/49266390/python-count-combinations-of-values-within-two-columns-and-find-max-frequency-o
#LinkRef 2 : Record with highest value http://www.datasciencemadesimple.com/select-row-maximum-minimum-value-python-pandas/
#LinkRef 3 : Conversion seconds to time https://stackoverflow.com/questions/44118395/python-pandas-convert-seconds-to-time-hhmm/44119540