import json
import pandas
import requests
I know what you're going to say, this has been asked before. But ive gone through a number of posts already and they all require importing the json file into the code already. So with this code I've been trying to import the json data through a URL, so there is no need to save any files before hand.
Is it even possible? Please help.