WOLFRAM NOTEBOOK

I’ve wrangled the Google mobility data for USA and Canada, and put it on Wolfram Cloud. Note that the dataset for USA goes down to the county level, and for Canada down to province/state level.

Collecting data

Get dataset:
In[]:=
ds=CloudGetCloudObject
;
Show two rows as example:
In[]:=
ds[{2,-1}]
Out[]=
Country
State
County
RetailAndRecreation
GroceryAndPharmacy
Parks
TransitStations
Workplaces
Residential
Canada
Alberta, Canada
-
TimeSeries
Time: 15 Feb 2020 to 11 Apr 2020
Data points: 57
TimeSeries
Time: 15 Feb 2020 to 11 Apr 2020
Data points: 57
TimeSeries
Time: 15 Feb 2020 to 11 Apr 2020
Data points: 57
TimeSeries
Time: 15 Feb 2020 to 11 Apr 2020
Data points: 57
TimeSeries
Time: 15 Feb 2020 to 11 Apr 2020
Data points: 57
TimeSeries
Time: 15 Feb 2020 to 11 Apr 2020
Data points: 57
United States
Wyoming, United States
Weston County, Wyoming, United States
TimeSeries
Time: 16 Feb 2020 to 10 Apr 2020
Data points: 42
TimeSeries
Time: 16 Feb 2020 to 10 Apr 2020
Data points: 42
TimeSeries
Time: 16 Feb 2020 to 10 Apr 2020
Data points: 42
TimeSeries
Time: 16 Feb 2020 to 10 Apr 2020
Data points: 42
TimeSeries
Time: 16 Feb 2020 to 10 Apr 2020
Data points: 42
TimeSeries
Time: 16 Feb 2020 to 10 Apr 2020
Data points: 42

Visualizations

Red fillings in the following graphs correspond to weekends.

Ontario province

Select the Ontario data:
In[]:=
ontario=dsSelectFirst#State==
Ontario, Canada
ADMINISTRATIVE DIVISION
&;
Visualize the data:
In[]:=
MulticolumnKeyValueMapDateListPlot{#2,TimeSeriesResample[#2,"Weekend"]},PlotLabel#1,
&[Normal[ontario[4;;]]],2
Out[]=

LA county

Select the LA county data:
In[]:=
la=dsSelectFirst#County==
Los Angeles County, California, United States
ADMINISTRATIVE DIVISION
&;
Visualize the data:
In[]:=
MulticolumnKeyValueMapDateListPlot{#2,TimeSeriesResample[#2,"Weekend"]},PlotLabel#1,
&[Normal[la[4;;]]],2
Out[]=
In[]:=
dsSelect#Country==
United States
COUNTRY
&&#CountyMissing["NotAvailable"]&2;;-1,DateListPlot{#Workplaces,TimeSeriesResample[#Workplaces,"Weekend"]},PlotLabelIfMatchQ#State,
Nevada, United States
ADMINISTRATIVE DIVISION
,Style["NV",Red,Bold],#State["StateAbbreviation"],Joined{True,False},Filling{1Axis,2{Axis,Directive[Opacity[0.3],Red,Thick]}},AspectRatio
1
4
,FrameTicksNone,Axes{True,None},ImageSize200,PlotRange{{"Feb 29, 2020","Apr 11, 2020"},{-80,80}},PlotStyle{Automatic,None}&//Normal//Multicolumn[#,3]&
Out[]=
Wolfram Cloud

You are using a browser not supported by the Wolfram Cloud

Supported browsers include recent versions of Chrome, Edge, Firefox and Safari.


I understand and wish to continue anyway »

You are using a browser not supported by the Wolfram Cloud. Supported browsers include recent versions of Chrome, Edge, Firefox and Safari.