The bikeshare.py file was created on June 25/19 and completed on July 10/19 The README.md file was created on Aug 6/19
Python version 3.7.3
This project uses 3 different .csv files, each representing a city: Chicago, New York City and Washington. Each .csv file has data from a bike share program from the corresponding city. The Python bikeshare.py file imports the .csv file data from all 3 cities, then requests a set of data search parameters so that specific bike share user statistics may be presented.
Data files: chicago.csv, new_york_city.csv, washington.csv Python file: bikeshare.py
There are no known bugs to the bikeshare.py program.
There are currently no updates or revisions to this project.
Credit is due to the Udacity Programming for Data Science course.