transform a dataframe column as concatenated string

geertvanhove
New Contributor III

Hello,
I have a single column dataframe and I want to transform the content into a string

EG df=

abc

def

xyz

To

abc, def, xyz

 

Thanks