The dataset with information on the new Coronavirus (COVID-19) for the 5,570 municipalities in Brasil
Source:R/data.R
brazil_municipality.Rd
Daily information about the new Coronavirus (COVID-19) pandemic cases in Brazil's municipalities
Source
Ministerio da Saude - Sistema Unico de Saude (SUS) website
Details
The dataset contains the daily summary of the Coronavirus pandemic cases in Brazil's municipalities. The data includes the following fields:
* region - String. Indicates to which region the municipality belongs
* state - String. Indicates to which state the municipality belongs
* municipality - String. Municipality name
* coduf - Numeric. Number that identifies the state
* codmun - Numeric. Number that identifies the municipality
* date - Date. Ocurrence notification date
* epidWeek - Numeric. Epidemiological week of ocurrence by notification date
* population - Numeric. Population of the size, of each municipality, on the date of notification of the ocurrence
* accumCases - Numeric. Cumulative cases of COVID-19 by notification date
* newCases - Numeric. Number of new COVID-19 cases by notification date
* accumDeaths - Numeric. Accumulated COVID-19 deaths by notitication date
* newDeaths - Numeric. Number of new COVID-19 deaths by notification date
Examples
data (brazil_municipality)