Preview:
a_json = raw_json['daily']

df = pd.DataFrame.from_dict(a_json)
df['time'] = pd.to_datetime(df['time'], format='%Y-%m-%d')

df.info()
downloadDownload PNG downloadDownload JPEG downloadDownload SVG

Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!

Click to optimize width for Twitter