pandas合并两个表

拼接两个字段相同的列表

table=pd.concat([table1,table2])#[ ]容易忘掉 默认上下拼接 axis=0

你可能感兴趣的:(pandas合并两个表)