COPD (Asthma) Patient Dataset
Asthma,COPD,Chronic obstructive pulmonary disease
@kaggle.jatinthakur706_copd_asthma_patient_dataset
Asthma,COPD,Chronic obstructive pulmonary disease
@kaggle.jatinthakur706_copd_asthma_patient_dataset
CREATE TABLE asthma_dataset (
"patient_id" BIGINT,
"age" BIGINT,
"gender" VARCHAR,
"smoking_status" VARCHAR,
"asthma_diagnosis" VARCHAR,
"medication" VARCHAR,
"peak_flow" BIGINT
);
Anyone who has the link will be able to view this.