- 球球今天下午在用jupyter使用TsTables 软件包追加写入数据的时候用了一行代码:
%time ts.append(df)
,可是直接报错pandas.tseries has no attribute’index’,看录播课老师的方法,直接找到site-packages文件夹下tstables中的tstable.py文件,找到第239行,把’.tseries.index‘删去,然后重开jupyter,但是我到这一步还是不行,继续报错:“records() got an unexpected keyword argument ‘convert_datetime64’”,然后直接根据提示把tstable.py文件中的第243行的“convert_datetime64’=False”删了,再次重开jupyter就OK啦!记得删除之后要保存文件!
使用python中TsTables 软件包追加写入数据出现“pandas.tseries has no attribute‘index‘”的问题
于 2021-09-18 16:56:43 首次发布