pandas à l'indice SQL

resultDf.to_sql('table_name', engine, schema="schema_name", if_exists="append", index=False)
Filthy Fowl