标签:http img mamicode div exce image mic sea let
import seaborn import pandas excel=pandas.read_excel(r‘E:\pandas练习\成绩单.xlsx‘) color_map=seaborn.light_palette(‘green‘,as_cmap=True) a=excel.style.background_gradient(color_map,subset=[‘test_1‘,‘test_2‘,‘test_3‘])
a.to_excel()
标签:http img mamicode div exce image mic sea let
原文地址:https://www.cnblogs.com/luckiness/p/13282815.html