DataFrame Print Colum

print("',\n'".join(df['col_name'].values.tolist()))
Helping Hand