I\'m not sure what I\'m doing wrong here. This is my code:
df[\'PV_SUM\'] = df.groupby(\'DOCKET\').agg({\'PV\':sum})
is not returning any res