无法将数据帧发送到oracle。 (将数据框导出到oracle)

无法将数据从熊猫(Dataframe)发送到oracle数据库。

engine = create_engine('oracle+cx_oracle://username:password@localhost')
    
        dataset.to_sql(
            name='table_name',con=engine,if_exists='append',index=False
        )
iCMS 回答:无法将数据帧发送到oracle。 (将数据框导出到oracle)

暂时没有好的解决方案,如果你有好的解决方案,请发邮件至:iooj@foxmail.com
本文链接:https://www.f2er.com/1505040.html

大家都在问