Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 1.65 KB

README.md

File metadata and controls

44 lines (29 loc) · 1.65 KB

👥🚖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)