A have a DataFrame like this:
df = pd.DataFrame(columns=[\'count\', \'color\'])
I want to assign \'red\' to color, only when count > 0