1

how to split if the rows with ID

Ex: Consider two columns A & B

A   B
1  apple,orange
2  orange,banana

Then how to split the data based on ID. Expected output like below:

A  B
1 apple
1 orange
2 orange
2 banana
shrivallabha.redij
  • 5,832
  • 1
  • 12
  • 27

0 Answers0