I want to apply separate background gradient to different columns in my pandas dataframe
a b c
-----
1 2 3
4 5 6
9 2 3
I want one background gradient for column a and a different background gradient to another column as such.
How do I do that?
Thank you very much.
