Skip to content

Instantly share code, notes, and snippets.

@aniruddha27
Created March 20, 2020 20:06
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 aniruddha27/20a365a9690c862fa674d60c92729330 to your computer and use it in GitHub Desktop.
Save aniruddha27/20a365a9690c862fa674d60c92729330 to your computer and use it in GitHub Desktop.
# reading directly into a DataFrame usind pd.read_json()
path = './Importing files/sample_json.json'
df = pd.read_json(path)
df
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment