开发者社区 问答 正文

Pandas中的df.concat([df1, df2],axis=1)函数的作用是什么?

Pandas中的df.concat([df1, df2],axis=1)函数的作用是什么?

展开
收起
游客nxq6attzvywgk 2021-11-30 19:42:33 973 分享 版权
1 条回答
写回答
取消 提交回答
  • Pandas中的df.concat([df1, df2],axis=1)函数的作用是将df2中的列添加到df1的尾部。

    2021-11-30 19:42:59
    赞同 展开评论