79268719

Date: 2024-12-10 15:08:10
Score: 0.5
Natty:
Report link

You could use:

df.replace(100, np.nan).style.background_gradient(cmap ='RdYlGn', axis=1)\
                       .highlight_null(color='white')

If the "100" values are of no use.

Reasons:
  • Low length (1):
  • Has code block (-0.5):
Posted by: Bohdan Pylypenko