Coloring Cells in Pandas

后端 未结 4 1188
耶瑟儿~
耶瑟儿~ 2020-11-28 10:25

I am able to import data from an excel file using Pandas by using:

xl = read_excel(\'path_to_file.xls\', \'Sheet1\', index_col=None, na_values=[\'NA\'])    
         


        
4条回答
  •  野性不改
    2020-11-28 10:49

    There are quite a few ideas about styling the cells on the Pandas website. However it ist mentioned: This is a new feature and still under development. We'll be adding features and possibly making breaking changes in future releases

提交回复
热议问题