编程语言
首页 > 编程语言> > 使用python中TsTables 软件包追加写入数据出现“pandas.tseries has no attribute‘index‘”的问题

使用python中TsTables 软件包追加写入数据出现“pandas.tseries has no attribute‘index‘”的问题

作者:互联网

菜菜今天下午在用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文件中的第234行的“convert_datetime64'=False”删了,再次重开jupyter就OK啦!记得删除之后要保存文件哟~

标签:index,jupyter,no,attribute,报错,datetime64,tseries
来源: https://blog.csdn.net/m0_48901857/article/details/120370399