A dataset containing weekly national-level ECDC data on COVID-19

covnat_weekly

Format

A tibble with 4,966 rows and 11 columns

date

date in YYYY-MM-DD format

year_week

Year and week of reporting (character, YYYY-WW)

cname

Name of country (character)

pop

Country population from Eurostat or UN data

iso3

ISO3 country code (character)

cases

N reported COVID-19 cases for this week

deaths

N reported COVID-19 deaths for this week

cu_cases

Cumulative N reported COVID-19 cases up to and including this week

cu_deaths

Cumulative N reported COVID-19 deaths up to and including this week

r14_cases

14-day notification rate of reported COVID-19 cases per 100,000 population

r14_deaths

14-day notification rate of reported COVID-19 cases per 100,000 population

Details

Table: Data summary

Namedplyr::ungroup(covnat_wee...
Number of rows4966
Number of columns11
_______________________
Column type frequency:
Date1
character3
numeric7
________________________
Group variablesNone

Variable type: Date

skim_variablen_missingcomplete_rateminmaxmediann_unique
date012019-12-302023-01-092021-07-05159

Variable type: character

skim_variablen_missingcomplete_rateminmaxemptyn_uniquewhitespace
year_week01.007701590
cname01.005140310
iso31960.96330300

Variable type: numeric

skim_variablen_missingcomplete_ratemeansdp0p25p50p75p100hist
pop01.0031613614.1385253844.55390552108977.006916548.0017475415.00453006705.00▇▁▁▁▁
cases2220.9677511.62374657.8001127.005487.0028342.009023067.00▇▁▁▁▁
deaths2790.94514.142005.6408.0046.00250.5028380.00▇▁▁▁▁
cu_cases2220.964188407.6316969793.99043400.25485047.502117551.00183857564.00▇▁▁▁▁
cu_deaths2790.9444362.78142967.650651.006268.0028807.001204878.00▇▁▁▁▁
r14_cases2630.95557.341044.46051.61216.74576.9913728.65▇▁▁▁▁
r14_deaths3210.9434.0850.7403.8114.2142.57435.28▇▁▁▁▁