Skip to content

Joun12/EDA-OF-US-HEALTH-INSURANCE-DATASET

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

🩺 EDA on US Health Insurance Dataset This project contains a basic Exploratory Data Analysis (EDA) on the US Health Insurance dataset.

📌 What I Did Loaded the dataset using Pandas

Checked for null values and data types

Explored basic statistics using .describe()

Used Matplotlib and Seaborn for simple visualizations

Analyzed:

Distribution of charges

Effect of smoking on insurance cost

Relationship between age, BMI, and charges

Gender and regional distribution

🔍 Key Observations Smokers tend to have much higher insurance charges

BMI and age also affect charges

Minor differences found between regions

No missing values (or they were handled)

📁 Tools Used Python (Jupyter Notebook)

Pandas

Matplotlib

Seaborn

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published