'Pandas :how to map my dataframe to an existing postgresql database

i have a table in postgresql named employee and it has id_employee as its primary key , the column of the dataframe that i use is number i want to link the dataframe column number to the database column id_employee



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source