Vectorized String Distance
I am looking for a way to calculate the string distance between two Pandas dataframe columns in a vectorized way. I tried distance and textdistance libraries but they require to use df.apply which is incredibly slow. Do you know any way to have a string distance using only column operations ?
Thanks
Topic numpy distance preprocessing pandas
Category Data Science