I'm trying to import csv file's informations to PostgreSql using python.
The problem is When new informations are added from the beginning of number 1..., it needs to be continued where the database table's number stopped at.
For example. Last number is stopped at 300 in database table. And when I update excel file there will be new informations starting from number 1 again. It needs to be continued from 301 when new informations added. How can I achieve to this ? Please, help me.