load json data in pandas code example Example 1: read json pandas df = pd.read_json('data.json') Example 2: json to pandas dataframe json_to_pandas