This bikeshare script was created on 9/21/2019. This README was created on 10/3/2019.
The name of this project is Bikeshare Data Exploration.
Utilizing nearly 1 million entries of bikeshare transactions, this program takes user inputs for City, Month, and Day and outputs key descriptive statistics for that slice of data.
This program references the following files:
- chicago.csv
- new_york_city.csv
- washing.csv
The layout of the script and functions within it were based on the Udacity provided template. The Python Standard Library was a big help as well.