Skip to contents

This data source of confirmed COVID-19 cases and deaths is based on reports made available by the Center for Systems Science and Engineering at Johns Hopkins University. This example data ranges from Mar 1, 2020 to Dec 31, 2021, and is limited to California, Florida, Texas, New York, Georgia, and Pennsylvania.

Usage

jhu_csse_daily_subset

Format

A tibble with 4026 rows and 6 variables:

geo_value

the geographic value associated with each row of measurements.

time_value

the time value associated with each row of measurements.

case_rate_7d_av

7-day average signal of number of new confirmed COVID-19 cases per 100,000 population, daily

death_rate_7d_av

7-day average signal of number of new confirmed deaths due to COVID-19 per 100,000 population, daily

cases

Number of new confirmed COVID-19 cases, daily

cases_7d_av

7-day average signal of number of new confirmed COVID-19 cases, daily

Source

This object contains a modified part of the COVID-19 Data Repository by the Center for Systems Science and Engineering (CSSE) at Johns Hopkins University as republished in the COVIDcast Epidata API. This data set is licensed under the terms of the Creative Commons Attribution 4.0 International license by the Johns Hopkins University on behalf of its Center for Systems Science in Engineering. Copyright Johns Hopkins University 2020.

Modifications:

  • From the COVIDcast Epidata API: The case signal is taken directly from the JHU CSSE COVID-19 GitHub repository. The rate signals were computed by Delphi using Census population data. The 7-day average signals were computed by Delphi by calculating moving averages of the preceding 7 days, so the signal for June 7 is the average of the underlying data for June 1 through 7, inclusive.

  • Furthermore, the data has been limited to a very small number of rows, the signal names slightly altered, and formatted into a tibble.