'how to make a diffrent columns out of a sereis consisiting of list of dictionaries

I have a sereis which consists of a list of dictionaries. enter image description here

I need to extract out the list of actors directors and producers from the list of dictionaries and make another columns individually how can i do that?

I tried and fetch single resultant value from that but couldnot convert it as columns



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source