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