Include the date you created this project and README file.
Replace the Project Title
The program let's you analyse bikeshare data for the following cities:
- Chicago
- New York City
- Washington
- Random mode (program chooses a random city, month and day)
To use the program, a filter requests the user to input filter data for the city, month and day. To analyse the bikeshare data provided by .csv files, the code is grouped in the following functions.
- time_stats
- This function analyses frequentation during the filtered time (month + day) for the city selected.
- It states what the most frequent travels times are.
- station_stats
- This function states the most popular stations to start or end a trip.
- Furhtermore, it gives the most popular combination of start and end station.
- trip_duration_stats
- This function calculates the total usage time for the timeframe selected.
- In addition, the mean travel time is calculated.
- user_stats
- This function gives insight into the distribution of customer groups in terms of subscription model.
- Secondly, this section analyses the gender distribution of the customers.
- Third, this function checks for the oldest and youngest customers as well as the most common birth year.
- Lastly, this function investigates a correlation between user age and travel distance.
At the end, the user is able to evaluate the data sets for the query chosen.
Data is provided in form of .csv files. chicago.csv new_york_city.csv washington.csv
It's important to give proper credit. Add links to any repo that inspired you or blogposts you consulted.