📜  前向填充 pandas ffill - Python 代码示例

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

代码示例1
pd.merge_ordered(df1, df2, left_on='col_x_df1', right_on='col_x_df2', fill_method='ffill')