supposed dataset,
Name Value
0 K Ieatapple
1 Y bananaisdelicious
2 B orangelikesomething
3 Q bluegrape
4 C appleislike
and I have keyword list like
[apple, banana]
In this dataset, matching column 'Value' - [keyword list]
*I mean matching is keyword in list in 'Value'
I would like to see how the keywords in the list match column, so.. I want to find out how much the matching rate is.
Ultimately, what I want to know is 'Finding match rate between keywords and columns' Percentage, If I can, filtered dataframe
Thank you.
Edit
In my real dataset, There are keywords in the sentence,
Ex,
Ilikeapplethanbananaandorange
so It doesn`t work if use keyword - keyword matching(1:1).