ThymeL commited on
Commit
5d08005
·
verified ·
1 Parent(s): bb22140

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +46 -5
README.md CHANGED
@@ -1,5 +1,46 @@
1
- ---
2
- license: other
3
- license_name: google-mobility-report
4
- license_link: LICENSE
5
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ license_name: google-mobility-report
4
+ license_link: https://www.google.com/covid19/mobility/data_documentation.html
5
+ task_categories:
6
+ - time-series-forecasting
7
+ tags:
8
+ - epidemiology
9
+ - mobility
10
+ - covid-19
11
+ - google
12
+ ---
13
+ # Google Community Mobility Reports — Standardized Time Series
14
+
15
+ This dataset contains the [Google Community Mobility Reports](https://www.google.com/covid19/mobility/), which show movement trends by region and category (Retail & recreation, Grocery & pharmacy, Parks, Transit stations, Workplaces, and Residential).
16
+
17
+ ### Coverage
18
+ - **Time:** 2020-02-15 → 2022-10-15 (Official end of Google's data collection)
19
+ - **Geography levels:** National and Subnational (State/County/Region)
20
+ - **Countries:** Global (Multiple countries included)
21
+
22
+ ### Columns
23
+ | Column | Unit | Description |
24
+ | --- | --- | --- |
25
+ | **date** | YYYY-MM-DD | Date of the report. |
26
+ | **location_id** | String | ISO 3166-1 alpha-2 code or specific region code. |
27
+ | **retail_and_recreation** | % change | Change in visits to places like restaurants, cafes, etc. |
28
+ | **grocery_and_pharmacy** | % change | Change in visits to grocery markets and pharmacies. |
29
+ | **transit_stations** | % change | Change in visits to public transport hubs. |
30
+ | **workplaces** | % change | Change in visits to places of work. |
31
+
32
+ ### Interpretation Caveats
33
+ - **Baseline:** The data shows how visits and stay length change compared to a baseline day (the median value for the 5-week period Jan 3–Feb 6, 2020).
34
+ - **Privacy:** Google uses differential privacy to ensure no individual's movement can be identified. Some data points may be null if the privacy threshold isn't met.
35
+
36
+ ### Attribution
37
+ This dataset is derived from the Google Community Mobility Reports.
38
+ Citation: > Google LLC "Google Community Mobility Reports". https://www.google.com/covid19/mobility/ Accessed: April 25th, 2026
39
+
40
+ ### Access & Terms
41
+ - **Availability:** This data is provided as-is for public health and research purposes.
42
+ - **License:** Use of this data is subject to [Google's Terms of Service](https://policies.google.com/terms).
43
+ - **Tier:** 1
44
+
45
+ ---
46
+ *Schema version 0.1 · source_id: google-mobility*