格式化3

python学习网 2020-07-11 16:32:05
import   pandas
excel=pandas.read_excel(r'E:\pandas练习\成绩单.xlsx')
b=excel.style.bar(color='orange',subset=['test_1','test_2','test_3'])
b.to_excel()

阅读(2679) 评论(0)