Skip to main content
Announcements
SYSTEM MAINTENANCE: Thurs., Sept. 19, 1 AM ET, Platform will be unavailable for approx. 60 minutes.
cancel
Showing results for 
Search instead for 
Did you mean: 
miteshpanchal-2
Contributor
Contributor

String compare percentage

Hi All,

There is requirement to compare name string for given Id value in rowwise data and show accuracy % based on comparison.  

 

Labels (1)
2 Replies
MarcoWedel

what is your expected result given this test data?

how is accuracy defined?

miteshpanchal-2
Contributor
Contributor
Author

Hi Marco. Thank you for quick response. Basically I need to compare all values with each other against one Id value and show its comparison accuracy percent. 

There is requirement to compare name string for given Id value in rowwise data and show accuracy % based on comparison.  Have used LevenshteinDist script function. It calculates correctly for column wise data and if word sequence in both columns is same. Eg. Column1: Ram Kumar Prasad, Column2: Ram Kumaar Prasad. However for scenario, Column1: Ram Kumar Prasad, Column2: Prasad Kumaar Ram, percentage is vey low. We require this for rowwise data as specified in revised attachment (String_compare_v1.xlsx).