dataframe groupby then sum as new colum code example Example: python groupby sum single columns df.groupby(['A','C'], as_index=False)['B'].sum()