from hivecore.functions import to_list from pandas import DataFrame # Pandas DataFrame df = DataFrame({'a':[1,2,3]}) # Apply function a = to_list(df.a)