Movement trends from the Google COVID-19 Community Mobility Reports over time by geography, across different categories of places such as retail and recreation, groceries and pharmacies, parks, transit stations, workplaces, and residential cause of COVID-19.
Sub Title
Movement trends over time by geography, across different categories of places cause of COVID-19
Category
socioeconomic impact/travel and mobility
Refresh frequency
Weekly
Source
Google LLC "Google COVID-19 Community Mobility Reports."
Last refresh time
2022-01-15 22:00:00.723000000 +00:00
JDBC Query
SELECT community_mobility_data.country_code AS country_code, community_mobility_data.country_name AS country_name, community_mobility_data.date AS date, community_mobility_data.grocery_and_pharmacy_percent_change AS grocery_and_pharmacy_percent_change, community_mobility_data.parks_percent_change AS parks_percent_change, community_mobility_data.residential_percent_change AS residential_percent_change, community_mobility_data.retail_and_recreation_percent_change AS retail_and_recreation_percent_change, community_mobility_data.sub_region_1 AS sub_region_1, community_mobility_data.sub_region_2 AS sub_region_2, community_mobility_data.transit_stations_percent_change AS transit_stations_percent_change, community_mobility_data.workplaces_percent_change AS workplaces_percent_change
FROM community_mobility_data
FROM community_mobility_data
- Log in to post comments