August 1, 2019
Bikeshare Data Analysis using Python
Allow user to query usage data from a bikeshare system. Files from three different cities are queried separately (the user has to query one file at a time). Statistical information is calculated and returned to the user.
Chicago bikeshare data Chicago.csv New York City bikeshare data new_york_city.csv Washington bikeshare data washington.csv
These files are large and are not uploaded as part of the project files.
This project was created for an Udacity course. The files and outline of functionality were provided.