DatabaseError: Execution failed on sql ‘SELECT name FROM sqlite_master WHERE type=‘table‘ AND name=?
在使用pandas保存数据到数据库时报的错原因:引擎问题解决方法:换一个引擎pipinstallsqlalchemyfromsqlalchemyimportcreate_enginecon=create_engine('mysql+pymysql://root:litao123@localhost:3306/flask_execl')df.to_sql('t_item',con=con,if_ex