02 Mar 2019
BikeShare Data Analysis
The project specifically calculates key metrics associated with the bikeshare information in 3 cities Chicago, Washington and New York City. The program is very interactive and lets the user filter on the following criteria.
- City
- month
- Day of the week.
It then calculates the following key metrics :
- Time Stats
- Most Frequent Times of Travel
- Most Popular Day of the week
- Most Popular hour
- Station Stats
- Most Popular Station and number of Trips at that stations
- Most Popular Trip and number of times it is taken
- Trip Duration Stats
- Total Trip duration
- Mean Travel Time
- User Stats
- User type and their counts
- Users by their gender and age
It also does ask the user to view the data of the trips above.
bikeshare_2.py
All the credit goes to the author (sumadikalcha), Udacity training and the student hub.