task_geo.data_sources.mobility package

Module contents

Functions

mobility()

Retrieve the mobility reports from Google.

task_geo.data_sources.mobility.mobility()[source]

Retrieve the mobility reports from Google.

Parameters

None

Returns

pandas.DataFrame

Example: >>> from task_geo.data_sources import get_data_source >>> mobility = get_data_source(‘mobility’) >>> mobility()