11/25/2018
Explore US Bikeshare Data
This project uses python code to analyze data related to bike share systems for three cities: Chicago, New York City and Washington. This project will 1) import data based on user inputs 2) compute descriptive statistics regarding time, stations, trips and users 3) create an interactive experience in the terminal to present these statistics
chicago.csv new_york_city.csv washington.csv bikeshare_jn-3.py
I referred to this thread on stackoverflow for taking user inputs
https://stackoverflow.com/questions/14907067/how-do-i-restart-a-program-based-on-user-input#