AammarTufail / python_ka_chilla2023

This repository contains whole material of 40 days course on Python for Data Science in Urdu/Hindi 2023 Details are here: Registration details of our course is given here: https://www.facebook.com/groups/codanics/permalink/1837695129921140/. More details on the course can be found in this google form: https://forms.gle/kDyUnD1nrN2LF6qy8
Apache License 2.0
709 stars 470 forks source link

groupby function #120

Open shahidamansafi002 opened 1 year ago

shahidamansafi002 commented 1 year ago

this is not working df.groupby('who').sum()

kousarraza commented 3 months ago

use groupby() to compute sum

df.groupby(['who']).sum()