I have this following code:
s = df_total[\'Store\'].value_counts().rename(\'Units\') df_count = df_total.join(s, on = \'Store\')
But when I