畫圖matplotlib

利用matplotlib和日期進行畫圖: 首先一般數據中日期是str格式,首先進行轉換爲日期格式 ##取出1000011的fildate數據,即日期數據 x=data.loc[1000011,'fildate'].valu es ##將日期格式轉爲datetime格式 x = pd.to_datetime(x) y=data.loc[1000011,'realamt'].values fig =
相關文章
相關標籤/搜索