标签: python pandas dataframe
我有一些带有黄色背景颜色的单元格的Excel文件,我想将其值设置为'color_here_was_yellow',或将此'color_here_was_yellow'附加到单元格的值上,该怎么做?
import pandas df = pandas.read_excel(xlsx_file)