Udacity Project
03/08/2023
This program analyzes public data retrieved from three different bikeshare companies based in three cities: Chicago, New York City and Washington.
Based on user input the program displays statistical information related to time, stations, trip duration and users.
Additionally, if the user requests it, the program displays lines of raw data.
- bikeshare.py (Main Python program file)
- raw data files (temporarily excluded from repository):
- chicago.csv
- new_york_city.csv
- washington.csv
- This project is forked from Udacity