i am working on an project on python and now i need to create an mysql backup file for the project, can i convert my dataframe into an mysql file to export to my local machine database later as my code runs on an cloud but i need the db file for importing data
Asked
Active
Viewed 123 times
0
-
1Look here: https://stackoverflow.com/questions/16476413/how-to-insert-pandas-dataframe-via-mysqldb-into-database – coco18 Apr 17 '20 at 12:51
-
Does this answer your question? [How to insert pandas dataframe via mysqldb into database?](https://stackoverflow.com/questions/16476413/how-to-insert-pandas-dataframe-via-mysqldb-into-database) – nbk Apr 17 '20 at 12:57
-
this adds dataframe directly to the db i was asking if an backup file could be created, thanks – Quick Fixes Apr 17 '20 at 13:02