I want to split a dataframe containing only 1 column with below values into two columns containing only the numeric values
1: [0.426321243245,0.573678756755]
2: [0.413189679382,0.586810320618]
I have tried different ways in R using dplr -starts_with,seperate etc but couldn't split the column into dataframe containing two seperate columns.
Can someone please help me with this?
Thanks,