Pandas plot series after sort_values produce weird chart

后端 未结 0 673
情深已故
情深已故 2020-12-16 19:13

Having the following DF, plotting A series produce the expected chart:

df = pd.DataFrame({\'A\':[9,4,2,5,4,6,1,1,9,8,7,4,3,1,6,4]})
df.A.plot()
<         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题