Suppose I have 2 column like:
Item Code Units Sold
179 1
179 2
180 1
180 4
190 3
190 5
I want to sum up the values in "Units Sold" if they have the same "Item Code" using python and pandas.