In this lab, you'll practice navigating JSON data structures.
You will be able to:
- Use the JSON module to load and parse JSON documents
#Your code here
### Your code here
#Your code here
#Your code here
Preview the Entry under meta -> view -> columns (the keys of three successively nested dictionaries)
# Your code here
The previous two questions previewed one entry from the data object within the json file, as well as the column details associated with that data from the meta entry within the json file. Both should have 19 entries. Create a pandas DataFrame of the data. Be sure to use the information from the meta entry to add appropriate column names to your DataFrame.
#Your code here
#Your code here
#Your answer here
Congratulations! You've started exploring some more JSON data structures used for the web and got to practice data munging and exploring!