I am playing around with my google location data (which one can download here https://takeout.google.com/settings/takeout).
The location data is a json file, of which one variable is 'timestaMps' (e.g. one observation is "1475146082971"). How do I convert this into a datetime?
Thanks!