data transfer from pandas to mysql server by mysql connector python
i am planning to insert my pandas data into mysql server with the help of mysql connect python libracy in VS code, but howerer i am unable to do it eventhough my code didn’t any error and also the data isn’t inserting into my mysql server, i have shared my code below.