As introduction, I am pretty new to python, I just know how to use pandas mainly for data analysis.
I currently have 2 lists of 100+ entries, "Keywords" and "Groups".
I would like to generate an output (ideally a dataframe in pandas), where for every entry of the list "Keywords", the closest entry of the list "Groups" is assigned, using the levenshtein distance method.
Thank you for your support!