使用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啦!记得删除之后要保存文件哟~
这篇关于使用python中TsTables 软件包追加写入数据出现“pandas.tseries has no attribute‘index‘”的问题的文章就介绍到这儿,希望我们推荐的文章对大家有所帮助,也希望大家多多支持为之网!