I want to add data from a Pandas DataFrame to SQL. I have tried to use .tosql() but if I use if_exists=\'append\', index = True it will add even if
.tosql()
if_exists=\'append\', index = True