I\'m trying to insert a python variable into a MySQL table within a python script but it is not working. Here is my code
add_results=(\"INSERT INTO account_
One of your passed values could be of type numpy.float64 which is not recognized by the MySQL connector. Cast it to a genuine python float on populating the dict.
numpy.float64
float