News

insert_movies.py in this python file we are creating 4 function for inserting data on 4 different table from 4 different CSV file.In the begining of function we are opening the CSV file. Then using ...
The tests are done using 42000 rows csv file. I used Postgresql as database and psycopg2 to connect to postgresql from python. Corresponding python scripts can be found above.