pandas merge asof direction

Solutions on MaxInterview for pandas merge asof direction by the best coders in the world

showing results for - "pandas merge asof direction"
Ibrahima
14 Aug 2019
1pd.merge_asof(df1, df2, on='col', direction='nearest')