I have a data frame with column named 'gear' which contains lists of values... what i want to do now is to move each element in every list to the corresponding column.

is there a way to do this without a need for a for loop? for example in the first row the value 'Hengerfeste' in the list should be moved to 'Hengerfeste' column and so on for each element in the list.