Google Mobility
Mobility trends using Google Maps [March 29,2020]
@kaggle.chaibapat_google_mobility
Mobility trends using Google Maps [March 29,2020]
@kaggle.chaibapat_google_mobility
In order to decide how mobility gets affected due to COVD-19 concerns, I scoured the internet for useful sources of information. Upon searching enough I stumbled on the google's mobility website.
Although the data on the mobility website of Google is in the PDF format, I thought this will be a great opportunity to convert into a dataset. It now can be ingested and used for further exploratory analysis related to COVID-19 effects.
Google for sharing the Mobility results of more than 150+ countries and US states. In turn, Google thanks the users who turn on the sharing of their location information for calculating the mobility.
It would be interesting to see this data being used for finding answers to questions such as
CREATE TABLE mobility_google (
"country" VARCHAR,
"retail_recreation" VARCHAR -- Retail \u0026 Recreation,
"grocery_pharmacy" VARCHAR -- Grocery \u0026 Pharmacy,
"parks" VARCHAR,
"transit_stations" VARCHAR,
"workplaces" VARCHAR,
"residential" VARCHAR
);Anyone who has the link will be able to view this.