标签: python mysql database connection
我有一个数据库连接是通过在python中使用mysql.connector完成的。
在上面的查询中,其中包含的条件使字符串字符不适合于ascii。
当我删除此条件时,查询运行良好。
该输出的原因是什么?
#python df = pd.read_sql(''' query here where table.FirstName is not null ''', con=db_connection)