随笔分类 -  代码错误集锦 / Err_Python

sqlalchemy+pandas:错误 'OptionEngine' object has no attribute 'execute','str' object has no attribute '_execute_on_connection'
摘要:场景:使用 sqlalchemy+pandas 1. 'OptionEngine' object has no attribute 'execute' import pandas as pd from sqlalchemy import create_engine, text engine = cr 阅读全文
posted @ 2023-02-12 09:12 bruce_he 阅读(7848) 评论(0) 推荐(0)