I have a problem with an unstructured text. I have a data frame made by a single column divided in multiple rows, that i won't show here for simplicity. I create a simple example to describe better what i am trying to do:
DATA
grey
blue
yellow
green
white
black
I need to extract the SINGLE row, after the one containing the word that i select.
Example, the word "blue
" is my "topic
"; i want to extract only the SINGLE row following it, obtaining "yellow
".
How could i do?
Thank you for your future suggestions.