Python:用pandas中plot.bar()畫柱狀圖

import pandas as pd import matplotlib.pyplot as plt books = pd.read_excel("C:/temp/Books.xlsx",index_col="ID") books.sort_values(by="ListPrice",inplace=True,ascending=False) books.plot.bar(x="Name",
相關文章
相關標籤/搜索