I have a data frame like this:
I want to convert those objects to a long string like this, without the column's name salary
:
23400;26800;9878;6754;7654;28907;6679
What should I do?
I have a data frame like this:
I want to convert those objects to a long string like this, without the column's name salary
:
23400;26800;9878;6754;7654;28907;6679
What should I do?