04/17/2019
Explore US Bikeshare Data
Used Python to understand U.S. bikeshare data. Calculated statistics and built an interactive environment where a user chooses the data and filter for a dataset to analyze
city - name of the city to analyze month - name of the month to filter by, or "all" to apply no month filter day - name of the day of week to filter by, or "all" to apply no day filter
chicago.csv new_york_city.csv washington.csv
The project was completed as part of the Udacity "Programming for Data Science" course. Some of the source code has been provided by Udacity as a baseline to build on top of.