I'm new to coding and especially new to JSON and I was wondering if there's a way to turn the following output into a table of data. Thanks :)
import json
import requests
manager_history_url = 'https://fantasy.premierleague.com/api/entry/151515/history/'
r = requests.get(manager_history_url).json()
print(r['current'])