I am beginner in pandas. I have one query, Let's say i have one df which is input as
sno y x x x
1 47 abs owi pyt
2 57 uyh jig ojt
3 84 urr isj ieh
and the output should be like
sno y x
1 47 abs,owi,pyt
2 57 uyh,jig,ojt
3 84 urr,isj,ieh
Thanks for the solution in advanced