Detailed Analysis & Findings

This document provides a comprehensive breakdown of the exploratory data analysis performed on the road crash dataset (2001-2024). Each section outlines a specific question, the hypothesis, the findings from the data, and the limitations of that particular analysis.

1. Crashes by Day of Week

Bar chart showing crashes by day of week

2. Top Suburbs by Crash Count

Bar chart of top 10 suburbs by crash count

3. Crashes by Month

Bar chart showing crashes by month
Line plot of yearly crash trends

5. Hourly and Daily Crash Hotspots

Heatmap of crashes by day and hour

6. Daily Crash Patterns in Top Suburbs

Line plot of daily crash patterns in top suburbs

7. Factors Influencing Fatal Casualties

Bar chart of fatalities by speed limit
Bar chart of fatalities by lighting condition
Bar chart of fatalities by day of week

8. Geospatial Mapping of Recent Crashes

If the map does not load, open directly: Open interactive map

9. Crashes by Atmospheric Condition

Bar chart of crashes by atmospheric condition

10. Crashes by Lighting Condition

Bar chart related to lighting condition and crash outcomes

Overall Project Limitations

Future Work

Based on the findings, future analysis could explore:

Explore the Code

For a detailed look at the Python scripts, ETL process, and SQL queries used in this analysis, please visit the project repository on GitHub.

View on GitHub
Back to All Projects