gpt4 book ai didi

python-3.x - Pandas df.to_sql 不适用于红移

转载 作者:行者123 更新时间:2023-12-05 08:53:09 24 4
gpt4 key购买 nike

igers = create_engine('postgres://%s:%s@%s/ibdrs' %(igersUser, igersPwd, igersHost), encoding="utf-8")
df.to_sql('Table_Named_Something', igers, if_exists='replace', schema='Schema', index = False)

使用上面的代码我得到一个错误(psycopg2.ProgrammingError) Relation "Table_Named_Something"already exists

我认为 if_exists='replace' 应该删除并重新创建表;我错了吗?为什么这对红移不起作用?

最佳答案

这听起来很奇怪,但我遇到了同样的问题,当我将表名改为小写后问题就解决了。

关于python-3.x - Pandas df.to_sql 不适用于红移,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/54464999/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com