enter image description hereI have this type of data and i can sum of the data category wise how can i do it.i try to do it but the data is sum like 100+100 =100100 but i can do 100 + 100 =200 Help me solve the error if you know
df.groupby(['Category'])['Installs'].agg('sum')