COVID-19 MX
Official information on COVID-19 cases in Mexico updated daily
@kaggle.lalish99_covid19_mx
Official information on COVID-19 cases in Mexico updated daily
@kaggle.lalish99_covid19_mx
CREATE TABLE covid_19_general_mx (
"unnamed_0" BIGINT,
"sector" BIGINT,
"entidad_um" BIGINT,
"sexo" BIGINT,
"entidad_res" BIGINT,
"tipo_paciente" BIGINT,
"fecha_ingreso" TIMESTAMP,
"fecha_sintomas" TIMESTAMP,
"fecha_def" VARCHAR,
"intubado" BIGINT,
"neumonia" BIGINT,
"edad" BIGINT,
"nacionalidad" BIGINT,
"diabetes" BIGINT,
"epoc" BIGINT,
"asma" BIGINT,
"inmusupr" BIGINT,
"hipertension" BIGINT,
"otra_con" BIGINT,
"cardiovascular" BIGINT,
"obesidad" BIGINT,
"renal_cronica" BIGINT,
"tabaquismo" BIGINT,
"otro_caso" BIGINT,
"resultado" BIGINT,
"uci" BIGINT
);
Anyone who has the link will be able to view this.