Baselight

Coronavirus - Brazil

Coronavirus (COVID-19) - Brazil Dataset

@kaggle.unanimad_corona_virus_brazil

Loading...
Loading...

About this Dataset

Coronavirus - Brazil

Please, If you enjoyed this dataset, don't forget to upvote it.


Content

From Novel Corona Virus 2019 Dataset:

2019 Novel Coronavirus (2019-nCoV) is a virus (more specifically, a coronavirus) identified as the cause of an outbreak of respiratory illness first detected in Wuhan, China. Early on, many of the patients in the outbreak in Wuhan, China reportedly had some link to a large seafood and animal market, suggesting animal-to-person spread. However, a growing number of patients reportedly have not had exposure to animal markets, indicating person-to-person spread is occurring. At this time, it’s unclear how easily or sustainably this virus is spreading between people - CDC

This dataset has information on the number of cases in Brazil. Please note that this is a time series data and so the number of cases on any given day is a cumulative number.

The data is available from Jan/30/2020, when the first suspect case appeared in Brazil.


Acknowledgements

  1. Avisos/Advertising - Please, before start working with this data, take a break to read this discussion.
  2. Plataforma COVID Brazil - Public platform to share informations about the COVID-19 cases in Brazil.

Country level datasets

If you are interested in know about another country, please follow these Kaggle datasets:

Inspiration

  1. Changes in number of cases over time
  2. Change in cases over time at state level

Tables

Brazil Cities Coordinates

@kaggle.unanimad_corona_virus_brazil.brazil_cities_coordinates
  • 180.05 KB
  • 5570 rows
  • 6 columns
Loading...

CREATE TABLE brazil_cities_coordinates (
  "state_code" BIGINT,
  "city_code" BIGINT,
  "city_name" VARCHAR,
  "lat" DOUBLE,
  "long" DOUBLE,
  "capital" BOOLEAN
);

Brazil Covid19

@kaggle.unanimad_corona_virus_brazil.brazil_covid19
  • 127.84 KB
  • 12258 rows
  • 5 columns
Loading...

CREATE TABLE brazil_covid19 (
  "date" TIMESTAMP,
  "region" VARCHAR,
  "state" VARCHAR,
  "cases" DOUBLE,
  "deaths" BIGINT
);

Brazil Covid19 Cities

@kaggle.unanimad_corona_virus_brazil.brazil_covid19_cities
  • 12.77 MB
  • 2356110 rows
  • 6 columns
Loading...

CREATE TABLE brazil_covid19_cities (
  "date" TIMESTAMP,
  "state" VARCHAR,
  "name" VARCHAR,
  "code" DOUBLE,
  "cases" DOUBLE,
  "deaths" BIGINT
);

Brazil Covid19 Macro

@kaggle.unanimad_corona_virus_brazil.brazil_covid19_macro
  • 20.35 KB
  • 456 rows
  • 7 columns
Loading...

CREATE TABLE brazil_covid19_macro (
  "date" TIMESTAMP,
  "country" VARCHAR,
  "week" BIGINT,
  "cases" DOUBLE,
  "deaths" BIGINT,
  "recovered" DOUBLE,
  "monitoring" DOUBLE
);

Brazil Covid19 Old

@kaggle.unanimad_corona_virus_brazil.brazil_covid19_old
  • 10.81 KB
  • 1008 rows
  • 7 columns
Loading...

CREATE TABLE brazil_covid19_old (
  "date" TIMESTAMP,
  "hour" VARCHAR,
  "state" VARCHAR,
  "suspects" BIGINT,
  "refuses" BIGINT,
  "cases" BIGINT,
  "deaths" BIGINT
);

Share link

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