Created
April 25, 2018 18:15
-
-
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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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