'column "index" of relation "table_name" does not exist - From Data Frame to Database

I got a problem with inserting dataframe to my database pgsql, because my dataframe will generate an index which is not included in my database attribute.

this is my Data Frame

--

enter image description here



Sources

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

Source: Stack Overflow

Solution Source