|
|
|
|
|
by markveronda
4299 days 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') |
|