格式化2
Posted luckiness
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了格式化2相关的知识,希望对你有一定的参考价值。
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()
以上是关于格式化2的主要内容,如果未能解决你的问题,请参考以下文章
如何从我的 DatePicker 片段中传输格式化的日期字符串?