12/31/2018
bikeshare
Project provides user with time_stats, station_stats, trip_duration_stats, user_stats, and display_data based on user's input.
Pyhon file is bikeshare.py.
This project was initiated as a requirement for completing the Udacity Programming for Data Science course
get_filters: Asks user to specify a city, month, and day to analyze.
Load_data: Loads data for the specified city and filters by month and day if applicable.
time_stats: Displays statistics on the most frequent times of travel.
station_stats: Displays statistics on the most popular stations and trip.
trip_duration_stats: Displays statistics on the total and average trip duration.
user_stats: Displays statistics on bikeshare users.