kzil88 / JXQuant

该库主要分享“匠芯量化”公众号内的策略源码,更多策略细节请关注微信公众号:“匠芯量化”(微信搜索公众号“jxquant”)。

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Init_StockALL_Sp.py 运行报错

kingmanyun opened this issue · comments

在运行Init_StockALL_Sp.py时报错,信息如下:
Traceback (most recent call last):
File "Init_StockALL_Sp.py", line 32, in
resu0 = list(df.ix[c_len-1-j])
AttributeError: 'DataFrame' object has no attribute 'ix'
如何解决?