I have a column whose values are lists. as you see in the following image: columns image
I want the "sequence_movie_ids" column which is a list to be split into two columns, a column comprised of all the values except the last element of the list and another comprised the last element of the list. How can I do this?