摘要:
a = pd.DataFrame([[1,2,3], [4,5,6], [7,8,9]],columns=['a','b','c']) b = pd.DataFrame([[11,23,45], [22,23,24], [31,32,33]],columns=['a','b','c']) pd.concat([a,b],axis=0,ignore_index=True) 阅读全文
posted @ 2019-10-14 13:51
张知行
阅读(1465)
评论(0)
推荐(0)

浙公网安备 33010602011771号