Skip to content

VinixSolanki/EDA-With-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

5 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🧠 Stroke Prediction Dataset - Exploratory Data Analysis (EDA)

This repository contains exploratory data analysis performed on a healthcare dataset focused on predicting the likelihood of a stroke based on various health and demographic attributes.


πŸ“ Dataset Overview


πŸ“Œ Columns Summary

Column Type Description
id int Unique identifier
gender object Gender of the patient
age float Age of the patient
hypertension int 0 = no, 1 = has hypertension
heart_disease int 0 = no, 1 = has heart disease
ever_married object Marital status
work_type object Type of employment
Residence_type object Urban or Rural
avg_glucose_level float Average glucose level
bmi float Body mass index
smoking_status object Smoking habits
stroke int Target column (0 = no stroke, 1 = stroke)

βœ… Missing Value Check

  • Missing values detected in bmi: 201 missing entries

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors