📜  pandas merge_asof 方向 - Python 代码示例

📅  最后修改于: 2022-03-11 14:45:27.064000             🧑  作者: Mango

代码示例1
pd.merge_asof(df1, df2, on='col', direction='nearest')