Forum Discussion

MBZA's avatar
MBZA
Helper I
2 years ago
Solved

Efficiently iterate over and modify a list

Hi, I am trying to calculate the Levenshtein distance between two text values. There's no built in way to do this that I know of, so I rolled my own function but it is very slow. It requires iteratin...
  • dufoq3's avatar
    dufoq3
    2 years ago

    I've found this answer here:

     

    "I would strongly recommend you to not use PowerQuery or VBA for this. There are much much much better libraries in both R and Python for implementing this methodology."