Want to pandas style Currency : Rupee \u20B9 (How to print currency symbol and an n-digit decimal number right aligned in Python)
format_dict = {'Premium Per Rep':'{0:,.0f}'}
f1=f.style.background_gradient().format(format_dict)
However, getting the below (works for $)