I got a simple python-made xlsx-sheet with 2 rows.
Something like this:
2 , 23 , 124 , 50 ...
3.3 , 3.44 , 2.67 , 7,3 ...
Is there a way to transponse it, like I can do in excel?
Since it usually contains between 50-100 values - I need a solution which can transpose it no matter how many entries my rows got.
I already tried everything i found on google. But since I am beginner in python I don't seem to be able to get a working solution by myself.