Hello,
I am trying to join based on zip in one dataset to zip in another. All good with inner join where zips match. However for the left portion where the zips not in right data set is there a way to get the nearest neighbor from the right? For instance left dataset has 94110 which is not in right dataset but it has 94111, in this case both are San Francisco, CA so is there a way to get something like 94111 returned as nearest neighboring zip? My right dataset has only one corresponding nearest neighbor so in this example it wont have 94109.
TIA