Skip to content

azhar-fullstack/python-data-analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Car Insurance Data Analysis (Python)

A Python project for analyzing and modeling car insurance claim data. Demonstrates data cleaning, exploratory data analysis (EDA), visualization, and predictive modeling.

🚗 Project Overview

This project analyzes a real-world car insurance dataset to uncover insights, visualize trends, and build a predictive model for insurance outcomes. The workflow covers data cleaning, EDA, correlation analysis, and logistic regression, ending with actionable business recommendations.

✨ Features

  • Data Cleaning: Handles missing values, duplicates, and data type conversions
  • Exploratory Data Analysis: Visualizes distributions, relationships, and correlations
  • Pivot Tables: Summarizes outcomes by demographic features
  • Predictive Modeling: Logistic regression for outcome prediction
  • Business Insights: Outputs key findings and recommendations

🛠️ Technologies Used

  • Python 3
  • pandas, numpy
  • matplotlib, seaborn
  • scikit-learn

🚀 Getting Started

Prerequisites

  • Python 3.7+

Installation

  1. Clone the repository
  2. Install dependencies:
    pip install -r requirements.txt

Usage

  1. Place your data file (Car_Insurance_Claim.csv) in the project directory
  2. Run the script:
    python Car_Insurance.py
  3. Review the printed outputs and generated plots

📁 Project Structure

python-data-analysi/
├── Car_Insurance.py         # Main analysis script
├── Car_Insurance_Claim.csv  # Data file (not included in repo)
├── requirements.txt         # Python dependencies
├── README.md                # This file

🧑‍💻 Skills Demonstrated

  • Data cleaning and preprocessing
  • Exploratory data analysis (EDA)
  • Data visualization
  • Predictive modeling (logistic regression)
  • Business analytics and reporting

⚠️ Data Disclaimer

The dataset used in this project is for educational and demonstration purposes only. Do not use real customer data without proper authorization and compliance with data privacy laws.

📄 License

This project is open source and available under the MIT License.


Author: Azhar Mehmood Language: Python Category: Data Science, Analytics, Machine Learning

About

Data science project for analyzing and modeling car insurance claims using Python. Includes data cleaning, EDA, visualization, and logistic regression to uncover insights and predict outcomes. Demonstrates end-to-end analytics and machine learning workflow.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages