nytcovcounty: NYT COVID-19 data for US counties, current as of Sunday,...

nytcovcountyR Documentation

NYT COVID-19 data for US counties, current as of Sunday, January 22, 2023

Description

A dataset containing US county-level data on COVID-19, collected by the New York Times.

Usage

nytcovcounty

Format

A tibble with 2,502,832 rows and 6 columns

date

Date in YYYY-MM-DD format (date)

county

County name (character)

state

State name (character)

fips

County FIPS code (character)

cases

Cumulative N reported cases

deaths

Cumulative N reported deaths

Details

Table: Data summary

Name nytcovcounty
Number of rows 2502832
Number of columns 6
_______________________
Column type frequency:
Date 1
character 3
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 2022-05-13 2021-04-23 844

Variable type: character

skim_variable n_missing complete_rate min max empty n_unique whitespace
county 0 1.00 3 35 0 1932 0
state 0 1.00 4 24 0 56 0
fips 23678 0.99 5 5 0 3220 0

Variable type: numeric

skim_variable n_missing complete_rate mean sd p0 p25 p50 p75 p100 hist
cases 0 1.00 10033.80 47525.22 0 382 1773 5884 2908425 ▇▁▁▁▁
deaths 57605 0.98 161.61 820.33 0 6 33 101 40267 ▇▁▁▁▁

Source

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. For county data, note in particular:

  • New York: All cases for the five boroughs of New York City (New York, Kings, Queens, Bronx and Richmond counties) are assigned to a single area called New York City. There is a large jump in the number of deaths on April 6th due to switching from data from New York City to data from New York state for deaths. For all New York state counties, starting on April 8th we are reporting deaths by place of fatality instead of residence of individual.

  • Kansas City, Mo: Four counties (Cass, Clay, Jackson and Platte) overlap the municipality of Kansas City, Mo. The cases and deaths that we show for these four counties are only for the portions exclusive of Kansas City. Cases and deaths for Kansas City are reported as their own line.

  • Alameda County, Calif: Counts for Alameda County include cases and deaths from Berkeley and the Grand Princess cruise ship.

  • Douglas County, Neb. Counts for Douglas County include cases brought to the state from the Diamond Princess cruise ship.

  • Chicago: All cases and deaths for Chicago are reported as part of Cook County.

  • Guam: Counts for Guam include cases reported from the USS Theodore Roosevelt.


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