String Matching: Surpass Excel VLOOKUP with Python & NLP

Build a String Matching App for all the Excel lovers (and haters)

Mauro Di Pietro
Towards Data Science
9 min readNov 25, 2020

--

Summary

Do you wanna match two sets of strings similar but not equal? Excel VLOOKUP won’t help you with that, but fear not, I got you covered! In this article, using Python and NLP, I will explain how to create and use your own string matching web application.

Image by Author

--

--