The code for loading the supermarkets.json file in Python with pandas would be this:
supermarkets.json
import pandas df2 = pandas.read_json("supermarkets.json")
The df2 dataframe should contain this data:
df2