虚心咖啡

文章
5
资源
0
加入时间
3年0月21天

数据的拼接pd.concat

pd.concat(objs, axis=0, join=‘outer’, join_axes=None, ignore_index=False,keys=None, levels=None, names=None, verify_integrity=False)主要参数说明:objs:需要拼接的对象。axis:默认为0,按行拼接;如果设成1,则是按照列进行拼接。join:拼接的方式,默...