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
相关文章
相关标签/搜索