Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

OnTrack: Data Analysis

Project Overview

OnTrack is a data analysis project that explores ride booking patterns using an Uber rides dataset. The objective of this project is to analyze different aspects of ride data such as booking category, trip purpose, booking time, trip distance, and ride frequency across different days and months.

The analysis is performed using Python and popular data analysis libraries to extract meaningful insights from the dataset.


Dataset

This project uses the Uber ride dataset obtained from Kaggle for exploratory data analysis.

Main columns in the dataset include:

  • Start Date
  • End Date
  • Category
  • Start Location
  • Stop Location
  • Miles
  • Purpose

Technologies Used

  • Python
  • Pandas
  • NumPy
  • Matplotlib
  • Seaborn
  • Jupyter Notebook

Analysis Questions

The project answers the following questions:

  1. In which category do people book Uber rides the most?
  2. For what purpose do people book Uber rides the most?
  3. At what time do people book cabs the most?
  4. In which months do people book Uber rides less frequently?
  5. On which days of the week do people book Uber rides the most?
  6. How many miles do people usually book a cab for?

Key Insights

  • Business category rides occur more frequently than personal rides.
  • Many rides are booked for meetings and business-related purposes.
  • Evening hours tend to have higher ride bookings.
  • Most trips are short-distance rides.
  • Certain days of the week show higher ride demand.

Project Structure

OnTrack-Data-Analysis │ ├── ontrack_data_analysis.ipynb ├── dataset.csv └── README.md


How to Run the Project

  1. Clone the repository
  2. Install required Python libraries
  3. Open the Jupyter Notebook file
  4. Run all cells to see the analysis and visualizations

Future Improvements

  • Build an interactive dashboard for ride analysis
  • Perform deeper statistical analysis
  • Apply machine learning models for ride prediction

Author

Ashlesha Mishra B.Tech Computer Science and Data Science

About

This project performs exploratory data analysis on dataset to understand ride booking behavior, trip purposes, travel distance, and booking patterns across different days and times using Python.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages