About
Pricing
Community
Teams
Start Free Trial
Log in
Simon Leung
asked on
4/20/2020
Sum in Pandas dataframe
For the attached dataframe (user_data) below, if I run
user_data.groupby(['tag'],
as_index = False, sort = False)\
.sum()
which count will be summed ?
Python
1
1
Last Comment
Subodh Tiwari (Neeraj)
8/22/2022 - Mon