u/Bulky_Specialist3616

How to insert a decent amount of data from one dataset into multiple tables

I am doing a assignment where I have to make a database for school and I need to use the sqlite3 python import for pretty much everything including making tables and inserting data. I have one dataset with about 42k rows, how should I go about inserting the data into each of my tables and lookup tables?

reddit.com