11 ms·
It's fed in by the JSON file that was downloaded in Step 1 from Google when you request an archive of your data. From the site: # Create a dataframe from the j
by markveronda 12y ago
It's fed in by the JSON file that was downloaded in Step 1 from Google when you request an archive of your data.
From the site:
# Create a dataframe from the json file in the filepath
raw = pd.io.json.read_json('/Users/chrisralbon/Downloads/Location History/LocationHistory.json')