SQLalchemy:Incorrect string value

Viewed 14

I'm trying to insert data from Facebook Marketing API into my database, but I got this

Error: (pymysql.err.DataError) 
      (1366, "Incorrect string value: '\\xF0\\x9D\\x97\\x96\\xF0\\x9D...' 
      for column 'fp_name' at row 1")

but after I checked it there's the styling (bold text) in the string that I'm trying to insert, like this picture below:

enter image description here

Any suggestion is really meant to me thanks

0 Answers
Related