Pandas SQL Update

chrismeek4542 at gmail.com chrismeek4542 at gmail.com
Mon Jun 15 09:45:53 EDT 2015


I have an app that basically compares a old foxpro database to a MySQL database. If the time-stamp does not match up then it updates the MySQL. My question is, is there a more officiant way of doing the MySQL update. I am using pandas itterrows() then doing an update query on each iteration. There is 100,000 plus rows to iterate over so it takes some time



More information about the Python-list mailing list