Baselight

Coronavirus In Argentina

This is a dataset of covid cases in Argentina (data date 2021-8-7)

@kaggle.simonlozada_coronavirus_in_argentina

Loading...
Loading...

About this Dataset

Coronavirus In Argentina

💪Context🙌

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)

😷Content😷

This data set is from the national database of Argentina, and we show the contagions of the corona virus in it.

👍 Acknowledgements🤝

Dirección Nacional de Epidemiología y Análisis de Situación de Salud

🤓 Inspiration😎

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

Tables

Covid19casos

@kaggle.simonlozada_coronavirus_in_argentina.covid19casos
  • 224.49 MB
  • 16339230 rows
  • 25 columns
Loading...

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
);

Share link

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