I have the following Dataframe: Original Dataframe I want the following output: output Dataframe
I have tried using groupby on "Container" column (and sum and other columns) but it only gives the first row as output.
I am very new to python and pandas. and not sure if am doing it correct. Some of the answer of slimier questions are too advanced for me to understand. I am just wondering if i can get the output with just 2/3 lines of coding.