SyntaxFix
Write A Post
Hire A Developer
Questions
You might output your DataFrame as a csv file and then use mysqlimport to import your csv into your mysql.
DataFrame
mysqlimport
mysql
Seems pandas's build-in sql util provide a write_frame function but only works in sqlite.
write_frame
I found something useful, you might try this