I got some unstructured data which dont have any headers by using data scrapping. I want to find a particular data after a row in the scrapped data.
For example: I have 200 lines of scrapped data. I want data after 160th row, so result would be 161 to 200 lines.
Thanks in advance