I wanted to convert a csv file using python to be in a different order which I wanted,pls assisit me to do this thankyou!!!
this is the source file source csv image
and I want it to be converted like this required output
Thank you for helping
I wanted to convert a csv file using python to be in a different order which I wanted,pls assisit me to do this thankyou!!!
this is the source file source csv image
and I want it to be converted like this required output
Thank you for helping
What you want is probably pd.melt. But unless you post a minimal reproducible example there is no way to help you further than that