this is example of my code. i need to reorder the values to be more readable.
data = {'code 1':[123, 422 , 123, 868, 422],
'code 2':[53673, 3773, 387892, 17994, 2358]
'Company':['GRM', 'SER', 'MEM','NOE', 'SEE']
'Product_weight': [29,23,122,19,22]}
df = pd.DataFrame(data)
this is the actual table:
but i need it to be like this: