This is how my data looks like
Question 1 | Question 2 | Question 3 | Question 4 |
---|---|---|---|
Answer 1 | Answer 2 | Answer 3 | Answer 4 |
I want to be able to convert this data frame to look like this
Question | Answer |
---|---|
Question 1 | Answer 1 |
Question 2 | Answer 2 |
Question 3 | Answer 3 |
Question 4 | Answer 4 |
how can I do that in python?