Baselight

Google Mobility

Mobility trends using Google Maps [March 29,2020]

@kaggle.chaibapat_google_mobility

Loading...
Loading...

About this Dataset

Google Mobility

Context

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.

Content

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.

Acknowledgements

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.

Inspiration

It would be interesting to see this data being used for finding answers to questions such as

  1. What impact does COVID-19 have on the world travel?
  2. Does northern hemisphere have any characteristics related to mobility?
  3. What are the possible changes we can make to tackle COVID-19?

Tables

Mobility Google

@kaggle.chaibapat_google_mobility.mobility_google
  • 10.71 KB
  • 193 rows
  • 7 columns
Loading...

CREATE TABLE mobility_google (
  "country" VARCHAR,
  "retail_recreation" VARCHAR,
  "grocery_pharmacy" VARCHAR,
  "parks" VARCHAR,
  "transit_stations" VARCHAR,
  "workplaces" VARCHAR,
  "residential" VARCHAR
);

Share link

Anyone who has the link will be able to view this.