I have a dataframe produced by this code:
hmdf = pd.DataFrame(hm01) new_hm02 = hmdf[[\'FinancialYear\',\'Month\']] new_hm01 = hmdf[[\'FinancialYear\',\'Month
If you are using Python 3 this should easily do the trick
dfPercent.style.highlight_max(color = 'yellow', axis = 0)