I started learning python recently and I need your help. I have a dataframe with the following structure
I need to make a transformation, all values in column 2 (product id) that have the same order_id (column 1) must become a row and the values must be separated by commas.
How can I make this transformation? Can somebody help me?
Thanks !