| difference_anti_join | Join two tables based on absolute difference between their columns |
| difference_full_join | Join two tables based on absolute difference between their columns |
| difference_inner_join | Join two tables based on absolute difference between their columns |
| difference_join | Join two tables based on absolute difference between their columns |
| difference_left_join | Join two tables based on absolute difference between their columns |
| difference_right_join | Join two tables based on absolute difference between their columns |
| difference_semi_join | Join two tables based on absolute difference between their columns |
| distance_anti_join | Join two tables based on a distance metric of one or more columns |
| distance_full_join | Join two tables based on a distance metric of one or more columns |
| distance_inner_join | Join two tables based on a distance metric of one or more columns |
| distance_join | Join two tables based on a distance metric of one or more columns |
| distance_left_join | Join two tables based on a distance metric of one or more columns |
| distance_right_join | Join two tables based on a distance metric of one or more columns |
| distance_semi_join | Join two tables based on a distance metric of one or more columns |
| fuzzy_anti_join | Join two tables based not on exact matches, but with a function describing whether two vectors are matched or not |
| fuzzy_full_join | Join two tables based not on exact matches, but with a function describing whether two vectors are matched or not |
| fuzzy_inner_join | Join two tables based not on exact matches, but with a function describing whether two vectors are matched or not |
| fuzzy_join | Join two tables based not on exact matches, but with a function describing whether two vectors are matched or not |
| fuzzy_left_join | Join two tables based not on exact matches, but with a function describing whether two vectors are matched or not |
| fuzzy_right_join | Join two tables based not on exact matches, but with a function describing whether two vectors are matched or not |
| fuzzy_semi_join | Join two tables based not on exact matches, but with a function describing whether two vectors are matched or not |
| geo_anti_join | Join two tables based on a geo distance of longitudes and latitudes |
| geo_full_join | Join two tables based on a geo distance of longitudes and latitudes |
| geo_inner_join | Join two tables based on a geo distance of longitudes and latitudes |
| geo_join | Join two tables based on a geo distance of longitudes and latitudes |
| geo_left_join | Join two tables based on a geo distance of longitudes and latitudes |
| geo_right_join | Join two tables based on a geo distance of longitudes and latitudes |
| geo_semi_join | Join two tables based on a geo distance of longitudes and latitudes |
| misspellings | A corpus of common misspellings, for examples and practice |
| regex_anti_join | Join two tables based on a regular expression in one column matching the other |
| regex_full_join | Join two tables based on a regular expression in one column matching the other |
| regex_inner_join | Join two tables based on a regular expression in one column matching the other |
| regex_join | Join two tables based on a regular expression in one column matching the other |
| regex_left_join | Join two tables based on a regular expression in one column matching the other |
| regex_right_join | Join two tables based on a regular expression in one column matching the other |
| regex_semi_join | Join two tables based on a regular expression in one column matching the other |
| stringdist_anti_join | Join two tables based on fuzzy string matching of their columns |
| stringdist_full_join | Join two tables based on fuzzy string matching of their columns |
| stringdist_inner_join | Join two tables based on fuzzy string matching of their columns |
| stringdist_join | Join two tables based on fuzzy string matching of their columns |
| stringdist_left_join | Join two tables based on fuzzy string matching of their columns |
| stringdist_right_join | Join two tables based on fuzzy string matching of their columns |
| stringdist_semi_join | Join two tables based on fuzzy string matching of their columns |