April 28, 2020
Analyze Bikeshare Data
Analyze Bikeshare data processes multiple csv files, enables user specification and displays statistics about main questions of a bikeshare data.
Steps of the programm:
- Asks user to specify a city, month, and day to analyze.
- Displays statistics on the most frequent times of travel.
- Displays statistics on the most popular stations and trip.
- Displays statistics on the total and average trip duration.
- Displays statistics on bikeshare users.
- Displays raw data of the csv in five steps.
bikeshare.py chicago.csv, new_york_city.csv, washington.csv
Realized through the idea and guidance by the course Programming For Data Science at udacity.com Thnx!