Skip to content

Minhaj078/Python_Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Python_Project

🚦 Traffic Accident Data Analysis using Python

This project is a data analysis and visualization task using a real-world traffic accidents dataset. It explores patterns, trends, and critical insights to help understand factors that lead to different types of accidents.


πŸ“Œ Project Overview

The goal of this project is to:

  • Perform Exploratory Data Analysis (EDA) on traffic accident data
  • Identify key factors that influence accident severity
  • Visualize the impact of conditions like weather, lighting, and damage level
  • Use statistical plots like KDE plots, bar charts, and correlation heatmaps

πŸ“‚ Dataset

File: traffic_accidents.csv

This dataset includes columns such as:

  • Crash Severity
  • Weather Condition
  • Lighting Condition
  • Damage Level
  • Crash Type
  • Speed Limit, etc.

(Use df.columns in code to list all columns.)


βš™οΈ Tech Stack & Tools

  • Python 3.x
  • Pandas – for data cleaning and manipulation
  • Matplotlib & Seaborn – for data visualization
  • NumPy – numerical operations

πŸ“Š Key Visualizations

  • KDE plots to analyze distributions (e.g., crash severity)
  • Bar plots to compare categories like damage levels
  • Correlation matrix for numerical attributes

πŸš€ How to Run

  1. Clone the repository
  2. Install dependencies:
    pip install pandas seaborn matplotlib numpy

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published