COVID-19 Dataset
COVID-19 patient's symptoms, status, and medical history.
@kaggle.meirnizri_covid19_dataset
COVID-19 patient's symptoms, status, and medical history.
@kaggle.meirnizri_covid19_dataset
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
);
Anyone who has the link will be able to view this.