Baselight

COVID-19 Mexico Patient Health Dataset

Mexico patients with their COVID-19 results and multiple health conditions

@kaggle.riteshahlawat_covid19_mexico_patient_health_dataset

Loading...
Loading...

About this Dataset

COVID-19 Mexico Patient Health Dataset

Context

This dataset was sourced from the government of Mexico and translated to English

Inspiration

Try to create a model that would predict multiple outcomes depending on patient's pre-existing medical conditions or vice versa.

Tables

Patient

@kaggle.riteshahlawat_covid19_mexico_patient_health_dataset.patient
  • 380.81 KB
  • 95839 rows
  • 20 columns
Loading...

CREATE TABLE patient (
  "sex" BIGINT,
  "patient_type" BIGINT,
  "intubated" BIGINT,
  "pneumonia" BIGINT,
  "age" BIGINT,
  "pregnant" BIGINT,
  "diabetes" BIGINT,
  "copd" BIGINT,
  "asthma" BIGINT,
  "immunosuppression" BIGINT,
  "hypertension" BIGINT,
  "other_diseases" BIGINT,
  "cardiovascular" BIGINT,
  "obesity" BIGINT,
  "chronic_kidney_failure" BIGINT,
  "smoker" BIGINT,
  "another_case" BIGINT,
  "outcome" BIGINT,
  "icu" BIGINT,
  "death_date" VARCHAR
);

Share link

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