A dataset containing US national-level data on COVID-19, collected by the New York Times.
nytcovus
A tibble with 1,097 rows and 3 columns
Date in YYYY-MM-DD format (date)
Cumulative N reported cases
Cumulative N reported deaths
The New York Times https://github.com/nytimes/covid-19-data. For details on the methods and limitations see https://github.com/nytimes/covid-19-data.
Table: Data summary
Name | nytcovus |
Number of rows | 1097 |
Number of columns | 3 |
_______________________ | |
Column type frequency: | |
Date | 1 |
numeric | 2 |
________________________ | |
Group variables | None |
Variable type: Date
skim_variable | n_missing | complete_rate | min | max | median | n_unique |
date | 0 | 1 | 2020-01-21 | 2023-01-21 | 2021-07-22 | 1097 |
Variable type: numeric
skim_variable | n_missing | complete_rate | mean | sd | p0 | p25 | p50 | p75 | p100 | hist |
cases | 0 | 1 | 44522009.0 | 35239239.4 | 1 | 8404635 | 34364829 | 80836264 | 101726588 | ▇▆▃▂▆ |
deaths | 0 | 1 | 602590.7 | 370532.5 | 0 | 222195 | 609870 | 989584 | 1111011 | ▆▂▅▃▇ |