Hey Looking for solution,
I have data set of few products Name in One column say dt1, on that basis need to extract few information from a particular website…so through loops data scraping is fine but problem is how to merge product name with scraped product related data because 1product have multiple rows information and data scraping will scrap and apend one after one…for example
Let say university Newyork offreing multiple course so Dt1 has university name and Newyork university offered 10course so want merge on same time data scraed.
Pls provide ur suggestions…