pandas versus Excel 學習筆記8(餅狀圖)

students=pd.read_excel('012/Students.xlsx',index_col='From')#標籤 print(students) students['2017'].plot.pie(fontsize=8)#畫餅圖只需要Series plt.title('Soure of International Student',fontsize=16,fontweight='bo
相關文章
相關標籤/搜索