Project Description:
This project focuses on analyzing road accident data to identify high-risk locations, understand the causes, and observe trends. Instead of using Power BI, the entire analysis is done using Python in Google Colab.
π― Objective
-
Identify accident hotspots using location (latitude & longitude)
-
Analyze accident severity trends over time
-
Study patterns based on weather, vehicle type, road type, etc.
-
Provide safety improvement insights using data visualization
π Tools & Skills Used
-
Google Colab
-
Python (Pandas, Seaborn, Plotly, Folium, Matplotlib)
-
Excel/CSV
β’ Skills: Data Cleaning, Mapping, Visualization, Analysis
π Key Insights Visualized
-
Heatmap showing accident-prone areas
-
Trend of accident severity over time
-
Accidents by hour of the day and day of the week
-
Accidents by weather conditions and vehicle type
-
Urban vs Rural accident comparison
π Dataset Info
-
The dataset includes details like:
-
Date, Time, Day of Week
-
Junction Details, Road Type, Speed Limit
-
Latitude, Longitude, Weather Conditions
-
Vehicle Type, Number of Vehicles, Severity, etc.
π How to Run
-
Open the .ipynb file in Google Colab
-
Upload the dataset when prompted
-
Run all cells to view analysis and charts
π Result
This project successfully replaces Power BI dashboards with a Python-based solution. It offers meaningful insights into accident data using visualization and mapping β helpful for road safety improvements.