Hi everyone,
I am looking for a way to find if one of the strings contained into one column in a dataset (125 different entries in that said column, so 125 different strings to be searched) is contained into another data set (multi row/column search, like 70k rows with 40+ columns) and if found to return an info about the row in which it was found (a unique identifier is present in the second dataset).
TLDR : looking for a way to find one of 125 strings contained in a single column in Dataset_1 in a Dataset_2 with 70k row/40+ columns
Thanks for any help you can give!