Baselight

COVID-19 Dataset

COVID-19 patient's symptoms, status, and medical history.

@kaggle.meirnizri_covid19_dataset

Covid Data
@kaggle.meirnizri_covid19_dataset.covid_data

  • 2.94 MB
  • 1048575 rows
  • 21 columns
usmer

USMER

medical_unit

MEDICAL UNIT

sex

SEX

patient_type

PATIENT TYPE

date_died

DATE DIED

intubed

INTUBED

pneumonia

PNEUMONIA

age

AGE

pregnant

PREGNANT

diabetes

DIABETES

copd

COPD

asthma

ASTHMA

inmsupr

INMSUPR

hipertension

HIPERTENSION

other_disease

OTHER DISEASE

cardiovascular

CARDIOVASCULAR

obesity

OBESITY

renal_chronic

RENAL CHRONIC

tobacco

TOBACCO

clasiffication_final

CLASIFFICATION FINAL

icu

ICU

211103/05/20209716522222122222397
212103/06/202097172972222122112597
212209/06/2020125597122222222232
211112/06/20209725322222222222797
212121/06/202097268971222122222397
21129999-99-9921402222222222232
21119999-99-999726422222222222397
21119999-99-999716421221122212397
21129999-99-9922372122212212232
21129999-99-9922252222222222232

CREATE TABLE covid_data (
  "usmer" BIGINT,
  "medical_unit" BIGINT,
  "sex" BIGINT,
  "patient_type" BIGINT,
  "date_died" VARCHAR,
  "intubed" BIGINT,
  "pneumonia" BIGINT,
  "age" BIGINT,
  "pregnant" BIGINT,
  "diabetes" BIGINT,
  "copd" BIGINT,
  "asthma" BIGINT,
  "inmsupr" BIGINT,
  "hipertension" BIGINT,
  "other_disease" BIGINT,
  "cardiovascular" BIGINT,
  "obesity" BIGINT,
  "renal_chronic" BIGINT,
  "tobacco" BIGINT,
  "clasiffication_final" BIGINT,
  "icu" BIGINT
);

Share link

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