Pandas merge_asof Richtung

pd.merge_asof(df1, df2, on='col', direction='nearest')
ham64