I am trying to re-shape the current excelsheet into a more proper "database" readable format. How can i do that?
I have a read a few sample: reshape a pandas dataframe with multiple columns
But the result is not working for me because of course my datasets is different. I read about melt function as well but this too is not working - probably I code it wrongly (since I am not a programmer)