I am trying to apply a function to a column of a Pandas dataframe, the function returns a list of tuples. This is my function:
def myfunc(text): values=[]