03/27/19 @ 9:30am PST
A simple Python Script used to query Bikeshare information for three cities in the US (NY, Chicago, Washington). The python script prompts the user to define filtering criteria (city, month, day of week) and then returns a series of descriptive statistics. This was created as part of the Programming for Data Science Nanodegree
- chicago.csv
- new_york_city.csv
- washington.csv
The last two sections of the script (display 5 rows at a time & prompt user to restart) were based off of this: https://pastebin.com/gNV8vyMc
