How to convert columns into rows but with respect to specific column using python?
for example i have a data like this
and i want result like this.
I used melt, transpose and some other functions but they didn't solve my problem
How to convert columns into rows but with respect to specific column using python?
for example i have a data like this
and i want result like this.
I used melt, transpose and some other functions but they didn't solve my problem