I have a data frame with one column as below:
Name
Place
Location
Time
Context
Name
Place
Location
Time
Context
how to I convert the same so that each theme (for eg name) becomes a separate column :
Name Place Location Time Context
Name Place Location Time Context
Just to explain better, I have a column with separate themes with 5 rows and then it repeats.
How to convert the same into multiple columns with each unique five themes?
Thanks