python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Algorithm Challenge: Fuzzy Search
I recently took part in an algorithm challenge to create a Fuzzy search with the following criteria:
Given a set array, create a function that receives one argument and returns a new array containing ...
James Ward-Sinclair
Votes: 0
Answers: 1
Exasol SQL Fuzzy Matching function
Good day, all you SQL geniuses out there. I'm running into a bit of an issue. The firm I work at uses EXASOL SQL and I'm trying to get find a function that I can use in order to fuzzy match two string...
A_Pirates_Favorite_Letter
Votes: 0
Answers: 1
Fuzzy matching and grouping
I am trying to do fuzzy match and grouping using Python on multiple fields. I want to do the comparison on each column on a different fuzzy threshold. I tried to search on google but could not find an...
sadashiv
Votes: 0
Answers: 2
Substring extraction with multiple options
I have a variable in Stata in my dataset that looks like this:
city
Washington city
Boston city
El Paso city
Nashville-Davidson metropolitan government (balance)
Lexington-Fayette urban county
And I ...
questionmark
Votes: 0
Answers: 3