Health Lifestyle Dataset
Health, habits, and risk factors dataset for lifestyle analysis
@kaggle.rehan497_health_lifestyle_dataset
Health, habits, and risk factors dataset for lifestyle analysis
@kaggle.rehan497_health_lifestyle_dataset
This dataset contains information about various health and lifestyle factors including:
This dataset is useful for students, researchers, and data enthusiasts who want to practice data analysis, visualization, and machine learning in the health domain.
CREATE TABLE health_lifestyle_dataset (
"id" BIGINT,
"age" BIGINT,
"gender" VARCHAR,
"bmi" DOUBLE,
"daily_steps" BIGINT,
"sleep_hours" DOUBLE,
"water_intake_l" DOUBLE,
"calories_consumed" BIGINT,
"smoker" BIGINT,
"alcohol" BIGINT,
"resting_hr" BIGINT,
"systolic_bp" BIGINT,
"diastolic_bp" BIGINT,
"cholesterol" BIGINT,
"family_history" BIGINT,
"disease_risk" BIGINT
);
Anyone who has the link will be able to view this.