Problem solved. I had a subsequent:
parameters.to_sql("Parameter", con=connection, if_exists='replace', index=False)
That replaces the TABLE during data import - not existing ROWS.....
Anyway, thanks for your feedback!