Classification Of Coronary Artery Disease
Classification of patient with Coronary Artery Disease
@kaggle.saeedeheydarian_classification_of_coronary_artery_disease
Classification of patient with Coronary Artery Disease
@kaggle.saeedeheydarian_classification_of_coronary_artery_disease
CREATE TABLE cad (
"age" BIGINT,
"weight" BIGINT,
"length" BIGINT,
"sex" VARCHAR,
"bmi" DOUBLE,
"dm" BIGINT,
"htn" BIGINT,
"current_smoker" BIGINT,
"ex_smoker" BIGINT,
"fh" BIGINT,
"obesity" VARCHAR,
"crf" VARCHAR,
"cva" VARCHAR,
"airway_disease" VARCHAR,
"thyroid_disease" VARCHAR,
"chf" VARCHAR,
"dlp" VARCHAR,
"bp" BIGINT,
"pr" BIGINT,
"edema" BIGINT,
"weak_peripheral_pulse" VARCHAR,
"lung_rales" VARCHAR,
"systolic_murmur" VARCHAR,
"diastolic_murmur" VARCHAR,
"typical_chest_pain" BIGINT,
"dyspnea" VARCHAR,
"function_class" BIGINT,
"atypical" VARCHAR,
"nonanginal" VARCHAR,
"exertional_cp" VARCHAR,
"lowth_ang" VARCHAR,
"q_wave" BIGINT,
"st_elevation" BIGINT,
"st_depression" BIGINT,
"tinversion" BIGINT,
"lvh" VARCHAR,
"poor_r_progression" VARCHAR,
"fbs" BIGINT,
"cr" DOUBLE,
"tg" BIGINT,
"ldl" BIGINT,
"hdl" DOUBLE,
"bun" BIGINT,
"esr" BIGINT,
"hb" DOUBLE,
"k" DOUBLE,
"na" BIGINT,
"wbc" BIGINT,
"lymph" BIGINT,
"neut" BIGINT,
"plt" BIGINT,
"ef_tte" BIGINT,
"region_rwma" BIGINT,
"vhd" VARCHAR,
"cath" VARCHAR
);
Anyone who has the link will be able to view this.