April 30th, 2019
Exploring US bikeshare Data
This project explores bikeshare Data in 3 major US cities: Chicago, New York City and Washington. The bikeshare.py file is set up as a script that takes in raw input to create an interactive experience to allow users to see major statistics from the bike-sharing system. There are four questions that will change the answers:
- Would you like to see data for Chicago, New York, or Washington?
- Would you like to filter the data by month, day, or not at all?
- (If they chose month) Which month - January, February, March, April, May, or June?
- (If they chose day) Which day - Monday, Tuesday, Wednesday, Thursday, Friday, Saturday, or Sunday?
After filtering the dataset, users will see the statistical result of the data, and choose to start again or exit.
- bikeshare.py
- chicago.csv
- new_york_city.csv
- washington.csv
This project was created as part of a Udacity Nanodegree Course.
Bikeshare.py is build from a template provided by Udacity. The .csv files were made available as part of the course and were provided by Motivate.