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 -- https://mail.python.org/mailman/listinfo/python-list
- Pandas SQL Update chrismeek4542
- Re: Pandas SQL Update Mario R. Osorio