image_CONTAINS_OBJECT
0 ['label', 'document', 'text', 'paper', 'poster...
1 ['jaw', 'poster', 'crowd', 'word', 'people', '...
2 ['clothing', 'adventure', 'building', 'apparel...
3 ['reception room', 'furniture', 'person', 'ove...
4 ['coat', 'people', 'apparel', 'court', 'interi...
This is the pandas dataframe I have. How do I convert it into a series such as the following? Thanks in advance.
0 0 label
1 document
2 text
3 paper
4 poster
1 0 jaw
1 poster
2 crowd
3 word
4 people
2 0 clothing
1 adventure
2 building
3 apparel
...