COPD Patients Dataset
Data of physical characteristics of patients with COPD
@kaggle.prakharrathi25_copd_student_dataset
Data of physical characteristics of patients with COPD
@kaggle.prakharrathi25_copd_student_dataset
CREATE TABLE dataset (
"unnamed_0" BIGINT,
"id" BIGINT,
"age" BIGINT,
"packhistory" DOUBLE,
"copdseverity" VARCHAR,
"mwt1" DOUBLE,
"mwt2" DOUBLE,
"mwt1best" DOUBLE,
"fev1" DOUBLE,
"fev1pred" DOUBLE,
"fvc" DOUBLE,
"fvcpred" BIGINT,
"cat" BIGINT,
"had" DOUBLE,
"sgrq" DOUBLE,
"agequartiles" BIGINT,
"copd" BIGINT,
"gender" BIGINT,
"smoking" BIGINT,
"diabetes" BIGINT,
"muscular" BIGINT,
"hypertension" BIGINT,
"atrialfib" BIGINT,
"ihd" BIGINT
);
Anyone who has the link will be able to view this.