摘要: 1 import pandas 2 from matplotlib import pyplot 3 4 #设置中文字体 5 pyplot.rcParams['font.sans-serif']=['simhei'] #显示中文标签 6 pyplot.rcParams['axes.unicode_mi 阅读全文
posted @ 2020-06-09 13:09 misherry 阅读(1006) 评论(0) 推荐(0) 编辑
摘要: 1 import pandas 2 from matplotlib import pyplot 3 4 #设置中文字体 5 pyplot.rcParams['font.sans-serif']=['simhei'] #显示中文标签 6 pyplot.rcParams['axes.unicode_mi 阅读全文
posted @ 2020-06-09 13:08 misherry 阅读(424) 评论(0) 推荐(0) 编辑
摘要: 1 import pandas 2 from matplotlib import pyplot 3 excel=pandas.read_excel('填充日期.xlsx') 4 excel.sort_values(by='score',ascending=False,inplace=True) 5 阅读全文
posted @ 2020-06-09 11:23 misherry 阅读(427) 评论(0) 推荐(0) 编辑