📜  结合 2 个数据框 pandas - Python 代码示例

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

代码示例1
df_3 = pd.concat([df_1, df_2])