So I figured out how to color singular cells and coloumns using the Style module in pandas. How ever, I want to color entire rows based on values in a singler cell in that row. 
For instance, if a cell C in coloumn A has the value 23, color C's row in yellow.
How do I that?
 
    
