Answers for "set text and background color in pandas table"

0

set text and background color in pandas table

df.style.set_properties(**{'background-color': 'black',
                           'color': 'lawngreen',
                           'border-color': 'white'})
Posted by: Guest on July-02-2021

Code answers related to "set text and background color in pandas table"

Python Answers by Framework

Browse Popular Code Answers by Language