covnat_daily: Daily international COVID-19 cases and deaths for 2020

covnat_dailyR Documentation

Daily international COVID-19 cases and deaths for 2020

Description

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.

Usage

covnat_daily

Format

A tibble with 61,836 rows and 8 columns

date

date in YYYY-MM-DD format

cname

Name of country (character)

iso3

ISO3 country code (character)

cases

N reported COVID-19 cases for this day

deaths

N reported COVID-19 deaths for this day

pop

Country population from Eurostat or UN data

cu_cases

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

cu_deaths

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

Details

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 ▇▁▁▁▁

Source

https://www.ecdc.europa.eu/en/publications-data/download-todays-data-geographic-distribution-covid-19-cases-worldwide


kjhealy/covdata documentation built on Feb. 4, 2023, 12:52 p.m.