I want to convert DataFrame using pandas.
I would like to convert it into dictionary format like {'Plant Delivering ID': [Ship-To ID]}
there are multiple 'Ship-To ID' for single 'Plant Delivering ID'
My Original Data Format:
I would like to convert it to:
How do I convert it?