niharikabalachandra / Data-Wrangling-with-JSON-file

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Data-Wrangling-with-JSON-file

JSON exercise

Using data in file 'data/world_bank_projects.json' and the techniques demonstrated above,

  1. Find the 10 countries with most projects
  2. Find the top 10 major project themes (using column 'mjtheme_namecode')
  3. In 2. above you will notice that some entries have only the code and the name is missing. Create a dataframe with the missing names filled in.

About

License:MIT License


Languages

Language:Jupyter Notebook 100.0%