Skip to content

mkreisel/bipartite-matching-approximate-joins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Approximate Joins Using Bipartite Matching

This repository contains demo code related to the article One Way to Join Data Sets With No Common ID Number. The article explains a useful technique for joining two data sets which do not have a common identifier, but where you can define a distance between rows in each data set. Common use cases include matching data sets based on geolocation (lat/long) or address (approximate string matching). The code shows an example implementation using randomly generated latitude and longitude values.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published