NJdata | R Documentation |
Daily COVID-19 infections, weather information as well as mobility of people for all 21 counties in May and June, 2020.
data(NJdata)
A data frame with 1281 entries on the following 9 variables.
key
The FIPS (Federal Information Processing System) county codes.
date
Date of measurements.
mobility_retail_and_recreation
Percentage change in visits to restaurants, cafes, shopping centers, theme parks, museums, libraries, and movie theaters compared to baseline. The baseline is the median value, for the corresponding day of the week, during the 5-week period Jan 3-Feb 6, 2020.
mobility_grocery_and_pharmacy
Percentage change in visits to places like grocery markets, food warehouses, farmers markets, specialty food shops, drug stores, and pharmacies compared to baseline. The baseline is the median value, for the corresponding day of the week, during the 5-week period Jan 3-Feb 6, 2020.
mobility_workplaces
Percentage change in visits to places of work compared to baseline. The baseline is the median value, for the corresponding day of the week, during the 5-week period Jan 3-Feb 6, 2020.
new_confirmed
Count of new cases confirmed after positive test on this date. Values can be negative, typically indicating a correction or an adjustment in the way they were measured. For example, a case might have been incorrectly flagged as recovered one date so it will be subtracted from the following date.
new_deceased
Count of new deaths from a positive COVID-19 case on this date. Values can be negative, typically indicating a correction or an adjustment in the way they were measured. For example, a case might have been incorrectly flagged as recovered one date so it will be subtracted from the following date.
average_temperature
Recorded hourly average temperature, in celsius.
rainfall
Rainfall during the entire day, in millimeters.
This dataset contains COVID-19 new confirmed cases and deceased cases, average temperature and total rainfall, as well as the movement of people to different categories of places for each date-region pair.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.