gpt4 book ai didi

python - Blpapi 'ignore_security_error=1' 是意外关键字

转载 作者:太空宇宙 更新时间:2023-11-03 19:54:10 25 4
gpt4 key购买 nike

在 Blpapi 中使用ignore_security_error=1 时,我收到“ref() 有意外的关键字参数 'ignore_security_error'”。我的列表中有一些错误的代码,我想使用ignore_security_error = 1来忽略,但出现错误。 tc3 是从 .csv 文件生成的股票列表。

 M2= con.ref(tc3,["PX_LAST","CONTRACT_VALUE","CHG_PCT_1YR","CHG_PCT_6M","CHG_PCT_3M","CHG_PCT_1M","FO211","MARKET_SECTOR_DES","ID_BB_COMPANY"],ignore_security_error=1)

还有人遇到这个问题吗?

最佳答案

In [1]: from xbbg import blp
In [2]: tc3 = ...
In [3]: flds = [...]
In [4]: m2 = blp.bdp(tickers=tc3, flds=flds).dropna(how='all')

引用:xbbg

关于python - Blpapi 'ignore_security_error=1' 是意外关键字,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/59636677/

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