Baselight

Cardiovascular Diseases Risk Prediction Dataset

The 2021 BRFSS Dataset from CDC

@kaggle.alphiree_cardiovascular_diseases_risk_prediction_dataset

Cvd Cleaned
@kaggle.alphiree_cardiovascular_diseases_risk_prediction_dataset.cvd_cleaned

  • 2.72 MB
  • 308854 rows
  • 19 columns
general_health

General Health

checkup

Checkup

exercise

Exercise

heart_disease

Heart Disease

skin_cancer

Skin Cancer

other_cancer

Other Cancer

depression

Depression

diabetes

Diabetes

arthritis

Arthritis

sex

Sex

age_category

Age Category

height_cm

Height (cm)

weight_kg

Weight (kg)

bmi

BMI

smoking_history

Smoking History

alcohol_consumption

Alcohol Consumption

fruit_consumption

Fruit Consumption

green_vegetables_consumption

Green Vegetables Consumption

friedpotato_consumption

FriedPotato Consumption

PoorWithin the past 2 yearsNoNoNoNoNoNoYesFemale70-7415032.6614.54Yes301612
Very GoodWithin the past yearNoYesNoNoNoYesNoFemale70-7416577.1128.29No304
Very GoodWithin the past yearYesNoNoNoNoYesNoFemale60-6416388.4533.47No412316
PoorWithin the past yearYesYesNoNoNoYesNoMale75-7918093.4428.73No30308
GoodWithin the past yearNoNoNoNoNoNoNoMale80+19188.4524.37Yes84
GoodWithin the past yearNoNoNoNoYesNoYesMale60-64183154.2246.11No121212
FairWithin the past yearYesYesNoNoNoNoYesMale60-6417569.8522.74Yes168
GoodWithin the past yearYesNoNoNoNoNoYesFemale65-69165108.8639.94Yes33088
FairWithin the past yearNoNoNoNoYesNoNoFemale65-6916372.5727.46Yes12124
FairWithin the past yearNoNoNoNoNoYesYesFemale70-7416391.6334.67No12121

CREATE TABLE cvd_cleaned (
  "general_health" VARCHAR,
  "checkup" VARCHAR,
  "exercise" VARCHAR,
  "heart_disease" VARCHAR,
  "skin_cancer" VARCHAR,
  "other_cancer" VARCHAR,
  "depression" VARCHAR,
  "diabetes" VARCHAR,
  "arthritis" VARCHAR,
  "sex" VARCHAR,
  "age_category" VARCHAR,
  "height_cm" DOUBLE,
  "weight_kg" DOUBLE,
  "bmi" DOUBLE,
  "smoking_history" VARCHAR,
  "alcohol_consumption" DOUBLE,
  "fruit_consumption" DOUBLE,
  "green_vegetables_consumption" DOUBLE,
  "friedpotato_consumption" DOUBLE
);

Share link

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