I've seen an example on how to store data coming from get API to sqlite db from the following link Insert data into sqlite3 database with API. However, I couldn't understand this part of the code:
drivers = d["MRData"]["DriverTable"]["Drivers"]
Can someone please show me how we can store data from APi as shown in the shared link or at least clarification of that line of the code which I didn't understand?
Thanks