Skip to content

Instantly share code, notes, and snippets.

@GregHilston
Created April 25, 2018 18:15
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 GregHilston/39534ce0e953bf4157e1d9c69dd1fcdb to your computer and use it in GitHub Desktop.
Save GregHilston/39534ce0e953bf4157e1d9c69dd1fcdb to your computer and use it in GitHub Desktop.
First we'll create a `Pandas.DataFrame` out of a `json` file hosted by NASA.
# Data from NASA on meteorite landings
df = pd.read_json(data_directory + "y77d-th95.json")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment