7/13/2019
US Bikeshare Data Explorer
Raw input is solicited from the user to create an interactive experience in the terminal and to present statistics relating to bike share systems for three major cities in the United States: Chicago, New York City, and Washington. Comma separated data files are imported based on user city selection and statistics relating to the data selection are presented to the user in the terminal.
- bikeshare.py - Python script
- Data files (not included, but required for running). Each is CSV file with the following columns: "Id", Start Time", "End Time", "Trip Duration", "Start Station", "End Station", "User Type", "Gender", "Birth Year"
- chicago.csv
- new_york_city.csv
- washington.csv
This project was a submission for the Udacity Programming for Data Science Nanodegree Program and based on a template provided for the course by Udacity. https://www.udacity.com/course/programming-for-data-science-nanodegree--nd104