This project introduce working with JSON data in Python using json_normalize and Pandas packages.
data source: World Bank projects
Exercise / questions listed on the project file @ https://github.com/Samimust/data_wrangling_json/blob/master/sliderule_dsi_json_exercise.ipynb
Inline solutions were given to project questions using the methodology:
1- Parse the JSON document using json_normalize
2- Load the required values into Pandas dataframe
3- Analyze the data using Pandas to answer exercise questions