import pandas as pd # Load data from a JSON file df = pd.read_json('data.json')
Last updated 2 years ago