Skip to content

Instantly share code, notes, and snippets.

@justinr922
Created November 8, 2019 21:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save justinr922/0970663e041382d4647fcc5c8abf555b to your computer and use it in GitHub Desktop.
Save justinr922/0970663e041382d4647fcc5c8abf555b to your computer and use it in GitHub Desktop.
# Read in the file using the function we wrote
location_df= read_json('location_history.json')
#Call .head() to preview the dataframe
location_df.head()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment