This project and the README.md file were created on the 13th of January 2022.
Explore Bikeshare Data
The aim of the project is to create a program that allows users to explore the Bikeshare users' travel data for different cities based on user inputted filters.
Users are able to filter based on 'day', 'month', 'both' or 'none'.
Key statistics are calculated and displayed to the user in the following categories:
- Time stats
- Station stats
- Trip duration stats
- User stats
- chicago.csv
- new_york_city.csv
- washington.csv
- Display most frequent combination of start station and end station trip: Stack Overflow
- Sorting by values: Pandas Docs
- A guide to python isalph, isnumeric and isalnum: Career Karma
- To display all columns of a dataframe: Pandas Docs