Coronavirus In Argentina
This is a dataset of covid cases in Argentina (data date 2021-8-7)
@kaggle.simonlozada_coronavirus_in_argentina
This is a dataset of covid cases in Argentina (data date 2021-8-7)
@kaggle.simonlozada_coronavirus_in_argentina
This data frame was created between 2020-01-01 and 2021-08-07 (it still resides updates in its official page: https://datos.gob.ar/dataset/salud-covid-19-casos-registrados-republica-argentina/archivo/salud_fd657d02-a33a-498b-a91b-2ef1a68b8d16)
This data set is from the national database of Argentina, and we show the contagions of the corona virus in it.
Dirección Nacional de Epidemiología y Análisis de Situación de Salud
The purpose of this DataSet is to clean it up, do exploratory data analysis (EDA), visualize the data, and ask interesting questions (like which province are you most likely to die in? Are there patterns in the growth of infections over time? , etc...).
The imagination is the limit
CREATE TABLE covid19casos (
"id_evento_caso" BIGINT,
"sexo" VARCHAR,
"edad" DOUBLE,
"edad_a_os_meses" VARCHAR,
"residencia_pais_nombre" VARCHAR,
"residencia_provincia_nombre" VARCHAR,
"residencia_departamento_nombre" VARCHAR,
"carga_provincia_nombre" VARCHAR,
"fecha_inicio_sintomas" TIMESTAMP,
"fecha_apertura" TIMESTAMP,
"sepi_apertura" BIGINT,
"fecha_internacion" TIMESTAMP,
"cuidado_intensivo" VARCHAR,
"fecha_cui_intensivo" TIMESTAMP,
"fallecido" VARCHAR,
"fecha_fallecimiento" TIMESTAMP,
"asistencia_respiratoria_mecanica" VARCHAR,
"carga_provincia_id" BIGINT,
"origen_financiamiento" VARCHAR,
"clasificacion" VARCHAR,
"clasificacion_resumen" VARCHAR,
"residencia_provincia_id" BIGINT,
"fecha_diagnostico" TIMESTAMP,
"residencia_departamento_id" BIGINT,
"ultima_actualizacion" TIMESTAMP
);Anyone who has the link will be able to view this.