Skip to content
/ divvy Public

A program that analyzes Divvy's trip data from the Chicago bike sharing company. Can clean and manipulate data.

Notifications You must be signed in to change notification settings

lumirth/divvy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Divvy Bike Ride Analyzer

This C++ project analyzes Divvy bike ride data, providing insights into ride statistics, user types, and ride patterns.

Table of Contents

Features

  1. Read and clean the data from a selected data file
  2. Display overall trip information
  3. Display the percentage of members vs. casual riders
  4. Display weekday vs. weekend usage
  5. Find the closest Divvy station

Getting Started

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

Usage

Execute the compiled binary:

./divvy_analyzer

Follow the on-screen prompts to select a menu option and analyze the data.

About

A program that analyzes Divvy's trip data from the Chicago bike sharing company. Can clean and manipulate data.

Topics

Resources

Stars

Watchers

Forks

Languages