Hi Team,
I have a data set which is not in proper format and I have to identify the complete sentence from the given column and populate the same for other options as well so it looks meaningful.
| Option | Q |
| a | Question: How concerned are you about |
| b | Question: How concerned are you about your m |
| c | Question: How concerned are you about your mental health: |
| 2a | Question: How do you identify yourself? |
| 2b | Question: How do you Identify you |
Expectation:
| Option | Q |
| a | Question: How concerned are you about your mental health: |
| b | Question: How concerned are you about your mental health: |
| c | Question: How concerned are you about your mental health: |
| 2a | Question: How do you identify yourself? |
| 2b | Question: How do you identify yourself? |
Can someone please help me with the solution?
Regards,
Venamma