This project was created on November 19, 2019 while this README file was created on December 12, 2019.
The project is titled Bikeshare
The project is a web application that allows users to interact with the bicycle sharing data of three states in the United States of America: Chicago, New York City, and Washington DC. Once run, it asks the user to enter the state for which information is needed, the month, and the day. After collecting these information, it would then display, in the following order, data for:
-
Time statistics:
- the most common month
- the most common day of week
- the most common start hour
-
Station statistics:
- the most commonly used start station
- the most commonly used end station
- the most frequent combination of start station and end station trip
-
Trip duration statistics:
- the total travel time
- the mean travel time
-
Users statistics:
- the counts of user types
- the counts of gender types
- the earliest, most recent, and most common year of birth
-
Raw data statistics: Here it ask the user if they would like to see the first five rows of the raw data. If yes, it will display the data and ask if they would like to see the next five rows, continuing until the user chooses otherwise.
The files used for this project are chicago.csv, new_york_city.csv and washington.csv
Under the display_data function, when the user chooses not to see more of the raw data, the application still goes ahead to ask them if they would like to see the first five rows of data, instead of just just going ahead to ask if they would like to restart.
The following sites were used extensively in the course of the project: