assignment zip codes

You are working as an analytics developer for the United States Government. You need to prepare a JSON file that shows all zip codes with the city name for the entire country.

Using the attached file, perform following tasks.

  • Step 1: Use Pandas to read the JSON file.
  • Step 2: Analyze the data.
  • Step 3: Update the zip code = blank or null to something meaningful such as Not Available.
  • Step 4: Write the JSON file using the Pandas.

You need to submit following things as a part of your submission.

  • Python Script
  • Output Screenshot
  • Modified JSON file