Baselight

Health Lifestyle Dataset

Health, habits, and risk factors dataset for lifestyle analysis

@kaggle.rehan497_health_lifestyle_dataset

Loading...
Loading...

About this Dataset

Health Lifestyle Dataset

📊 Health & Lifestyle Dataset

This dataset contains information about various health and lifestyle factors including:

  • 👤 Age, Gender, BMI
  • 🚶 Daily Steps, 💤 Sleep Hours, 💧 Water Intake
  • 🍽️ Calories Consumed, 🚬 Smoking, 🍷 Alcohol Use
  • ❤️ Resting Heart Rate, Blood Pressure, Cholesterol
  • 👪 Family History and Disease Risk

🔍 What you can do with it

  • Explore relationships between lifestyle habits and health outcomes
  • Build predictive models for disease risk
  • Perform data analysis and visualization for health trends

This dataset is useful for students, researchers, and data enthusiasts who want to practice data analysis, visualization, and machine learning in the health domain.

Tables

Health Lifestyle Dataset

@kaggle.rehan497_health_lifestyle_dataset.health_lifestyle_dataset
  • 1.8 MB
  • 100,000 rows
  • 16 columns
Loading...
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
);

Share link

Anyone who has the link will be able to view this.