You have already completed these exercises!
Do you want to take them again?
You completed the PANDAS Read JSON Exercises from W3Schools.com
Share on:
What is a correct syntax for loading a .json file into a DataFrame?
df = pd.json('data.json')
df = pd.read_json('data.json')
df = pd.load('data.json')