ADME.md`
# Medical Charges Analysis π₯π°
This project explores and visualizes a dataset of medical insurance charges based on age, BMI, smoking status, and other features. The goal is to understand what factors impact healthcare costs.
---
## π Dataset
- Source: [JovianML - medical-charges.csv](https://raw.githubusercontent.com/JovianML/opendatasets/master/data/medical-charges.csv)
- Rows: 1338
- Features: Age, Sex, BMI, Children, Smoker, Region, Charges
---
## π Features Explored
- Age vs Charges
- BMI Distribution
- Charges by Smoking Status
- Correlation Matrix
- Boxplot & Histogram Visualizations
---
## π§ͺ Tools Used
- Python π
- Pandas
- Plotly
- Seaborn
- Matplotlib
- Jupyter Notebook
---
## π How to Run
1. Clone the repository:
```bash
git clone https://github.com/your-username/medical-charges-analysis.git
cd medical-charges-analysis
-
Install dependencies (optional):
pip install -r requirements.txt
-
Open the notebook:
jupyter notebook analysis.ipynb
Visualizations of charges by smoker, age, BMI, and region.
This project is open-source and available under the MIT License.