Demo Data of the Apple Covid-19 Mobility Data for Countries

covid19mobility_google_country_demo

Format

A data frame with 83160 rows and 7 variables:

  • date - The date in YYYY-MM-DD form

  • location - The name of the location as provided by the data source. The counties dataset provides county and state. They are combined and separated by a ,, and can be split by tidyr::separate(), if you wish.

  • location_type - The type of location using the covid19R controlled vocabulary.

  • location_code - A standardized location code using a national or international standard. In this case, ISO 3166-2 country codes.

  • location_code_type The type of standardized location code being used according to the covid19R controlled vocabulary. Here we use iso_3166_2

  • data_type - the type of data in that given row. Includes total_cases and total_deaths, cumulative measures of both.

  • value - number of cases of each data type

Source

https://www.google.com/covid19/mobility/