TuChart
TuChart copied to clipboard
Keyerror: "['date'] not in index"
如果在启动时遇到这个问题,是因为tushare新版本的get_industry_classified()有问题,需要使用
pip uninstall tushare
然后
pip install tushare==0.8.6
即可