pandas-matplotlib餅圖

# -*-coding:utf-8 -*- import pandas as pd import matplotlib.pyplot as plt students = pd.read_excel("C:/Users/asus/Downloads/pandas/012/Students.xlsx",index_col='From') print(students) students['2017
相關文章
相關標籤/搜索