transform a column in list code example Example: python - convert a column in a dataframe into a list myvar_list = df["myvar"].tolist()