Skip to content

Adyy7902/Uber-Data-Analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

👥🚖Uber-Data-Analysis

This document provides an overview of the conducted data analysis on Uber rides in USA from 2014 to 2015. The analysis utilizes various Python libraries for data manipulation, visualization, and exploration.

Dataset:

https://drive.google.com/drive/folders/1ZLUb8XDqKSC2IDN7hH9ljV_a8PMuX0z1?usp=sharing

Analysis Highlights:

  • Exploratory Data Analysis (EDA):

    • Examined data distribution and identified potential patterns.
    • Cleaned and preprocessed the data for further analysis.
  • Rush Hour Detection:

    • Analyzed ride frequency across different days, hours, and weeks.
    • Employed crosstab function to identify peak periods.
    • Created point plots to visualize trends in rush hours.
  • Interactive Visualizations:

    • Generated various plots using libraries like plotly to create interactive visualizations for:
      • Bar plots

        Barplot

      • Box plots

        BoxPlot

      • Point plots

        PointPlot

  • Spatial Analysis with Heatmap:

    • Leveraged the folium library to create a heatmap on a world map, potentially visualizing ride density based on latitude and longitude values (assuming location data was available).

      Heatmap

Packages Used:

  • pandas
  • numpy
  • matplotlib.pyplot
  • plotly
  • folium (for heatmaps)