netchose

Results 2 comments of netchose

an other workaround with MariaDb and MySql : `df.to_csv("test.csv")` then use : `LOAD DATA INFILE 'test.csv' IGNORE INTO TABLE mytable` or `LOAD DATA INFILE 'test.csv' REPLACE INTO TABLE mytable`. LOAD...

after installing Visual C++ Redistributable for Visual Studio 2015 it's OK