This C++ project analyzes Divvy bike ride data, providing insights into ride statistics, user types, and ride patterns.
- Read and clean the data from a selected data file
- Display overall trip information
- Display the percentage of members vs. casual riders
- Display weekday vs. weekend usage
- Find the closest Divvy station
Clone the repository to your local machine:
git clone https://github.com/lumirth/divvy.git
To compile the project, navigate to the project directory and run:
g++ -o divvy_analyzer main.cpp --std=c++11
Execute the compiled binary:
./divvy_analyzer
Follow the on-screen prompts to select a menu option and analyze the data.