This project explores car insurance trends using Python and visual storytelling. It includes a comprehensive data analysis notebook, an illustrative classic car image, and a well-structured dataset.
π¦ car-insurance-analysis/
βββ car.jpg # Classic car image used for visuals/branding
βββ car_insurance.csv # Dataset with car insurance customer information
βββ notebook.ipynb # Main Jupyter Notebook with EDA & modeling
βββ README.md # Project overview and setup instructions
This project focuses on:
- Analyzing car insurance data to uncover key customer behaviors.
- Performing exploratory data analysis (EDA).
- Visualizing insights using
matplotlib
andseaborn
. - Investigating potential factors influencing insurance purchases.
- Optional modeling or predictive analysis.
The classic blue Volkswagen Beetle in car.jpg
adds a vintage flair to our visual assets.
The dataset (car_insurance.csv
) includes information like:
- Age, job, marital status
- Education level
- Car ownership and previous claims
- Policy purchase decision
- Python 3.x
- Jupyter Notebook
- Pandas
- Matplotlib
- Seaborn
- Scikit-learn (optional ML section)
- Clone the repo:
git clone https://github.com/yourusername/car-insurance-analysis.git
cd car-insurance-analysis
- Install dependencies:
pip install -r requirements.txt
- Launch the notebook:
jupyter notebook notebook.ipynb
MIT License. Feel free to fork and modify the project!
Feel free to drop a β if you like the project!