pip install tabula-py
pip install requests
{
"Year":[
"2017", "2018", "2019", "2020"
],
"Susan":[
"570", "647", "343", "425"
],
"Gerald":[
"635", "325", "680", "542"
],
"Bobbie":[
"684", "319", "687", "553"
],
"Keisha":[
"397", "601", "447", "477"
],
"Art":[
"678", "520", "674", "648"
]
}
Note: You have to write code to generate formatted json. Click to know more