Baselight

COPD (Asthma) Patient Dataset

Asthma,COPD,Chronic obstructive pulmonary disease

@kaggle.jatinthakur706_copd_asthma_patient_dataset

Loading...
Loading...

About this Dataset

COPD (Asthma) Patient Dataset

This dataset comprises seven essential columns capturing comprehensive health information. These columns include clinical data, symptom monitoring records, medication adherence details, environmental factors, healthcare utilization metrics, patient-reported outcomes, and longitudinal follow-up data. This dataset facilitates research and development in asthma management by providing insights into disease progression, exacerbation triggers, treatment efficacy, and patient outcomes. Researchers can leverage this dataset to develop predictive models, optimize treatment strategies, assess environmental influences, and inform healthcare policies aimed at improving asthma care and reducing disease burden.

Tables

Asthma Dataset

@kaggle.jatinthakur706_copd_asthma_patient_dataset.asthma_dataset
  • 8.49 KB
  • 300 rows
  • 7 columns
Loading...

CREATE TABLE asthma_dataset (
  "patient_id" BIGINT,
  "age" BIGINT,
  "gender" VARCHAR,
  "smoking_status" VARCHAR,
  "asthma_diagnosis" VARCHAR,
  "medication" VARCHAR,
  "peak_flow" BIGINT
);

Share link

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