Join Tables Together on Inexact Matching
Join two tables based on absolute difference between their columns
Join two tables based on a distance metric of one or more columns
Join two tables based not on exact matches, but with a function descri...
Join two tables based on overlapping genomic intervals: both a
Join two tables based on a geo distance of longitudes and latitudes
Join two tables based on overlapping (low, high) intervals
Join two tables based on a regular expression in one column matching t...
Join two tables based on fuzzy string matching of their columns
Join tables together based not on whether columns match exactly, but whether they are similar by some comparison. Implementations include string distance and regular expression matching.