0 回帖
"concat 方法可以将两个 dataframe 进行连接,可以左右连接或者上下连接。 变量 =pandas.concat([df1,df2],axis=1) #为左右连接,没有 axis 参数为上下连接。"