I have a data frame like below
Des NewColumn
a 27.82 / 23.65 / 27.82
c 32.25 / 31 / 32.25 / 31
I need / to be replaced by > and below is what i need
Des NewColumn
a 27.82 > 23.65 > 27.82
c 32.25 > 31 > 32.25 > 31