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:
-
Spatial Analysis with Heatmap:
Packages Used:
- pandas
- numpy
- matplotlib.pyplot
- plotly
- folium (for heatmaps)