I have a pandas Dataframe where one of the columns is full of lists:
import pandas df = pandas.DataFrame([[1, [a, b, c]], [2, [d, e