A dataset containing daily national-level ECDC data on COVID-19. Archived as of December 14th 2020. ECDC switched to a weekly reporting schedule for the COVID-19 situation worldwide and in the EU/EEA and the UK on 17 December 2020. Daily updates have been discontinued from 14 December 2020.
covnat_daily
A tibble with 61,836 rows and 8 columns
date in YYYY-MM-DD format
Name of country (character)
ISO3 country code (character)
N reported COVID-19 cases for this day
N reported COVID-19 deaths for this day
Country population from Eurostat or UN data
Cumulative N reported COVID-19 cases up to and including this day
Cumulative N reported COVID-19 deaths up to and including this day
Table: Data summary
Name | dplyr::ungroup(covnat_dai... |
Number of rows | 61836 |
Number of columns | 8 |
_______________________ | |
Column type frequency: | |
Date | 1 |
character | 2 |
numeric | 5 |
________________________ | |
Group variables | None |
Variable type: Date
skim_variable | n_missing | complete_rate | min | max | median | n_unique |
date | 0 | 1 | 2019-12-31 | 2020-12-14 | 2020-07-21 | 350 |
Variable type: character
skim_variable | n_missing | complete_rate | min | max | empty | n_unique | whitespace |
cname | 0 | 1 | 4 | 42 | 0 | 213 | 0 |
iso3 | 0 | 1 | 3 | 3 | 0 | 213 | 0 |
Variable type: numeric
skim_variable | n_missing | complete_rate | mean | sd | p0 | p25 | p50 | p75 | p100 | hist |
cases | 0 | 1 | 1156.33 | 6782.63 | -8261 | 0 | 15 | 275.00 | 234633 | ▇▁▁▁▁ |
deaths | 0 | 1 | 26.08 | 131.29 | -1918 | 0 | 0 | 4.00 | 4928 | ▁▇▁▁▁ |
pop | 59 | 1 | 40987698.23 | 153129379.34 | 815 | 1293120 | 7169456 | 28515829.00 | 1433783692 | ▇▁▁▁▁ |
cu_cases | 0 | 1 | 100686.99 | 607743.06 | 0 | 129 | 2055 | 24650.00 | 16256754 | ▇▁▁▁▁ |
cu_deaths | 0 | 1 | 3104.89 | 15545.84 | 0 | 1 | 42 | 464.25 | 299177 | ▇▁▁▁▁ |