從本地讀取文件數(shù)據(jù)后,檢查數(shù)據(jù)沒有問題,畫出的股票趨勢圖出了問題,中間部分的數(shù)據(jù)沒有繪制出來,不知問題出在哪?
代碼如下:
tyn=pd.read_csv('tyn.csv')
tyn.set_index('trade_date',inplace=True)
tyn.sort_index(ascending=True,inplace=True)
figure,axes=plt.subplots(1,2,figsize=(20,4))
tyn.close.plot(ax=axes[0],label='tyn')
承擔因您的行為而導(dǎo)致的法律責任,
本站有權(quán)保留或刪除有爭議評論。
參與本評論即表明您已經(jīng)閱讀并接受
上述條款。