Python笔记:Numpy之数组的拼接

#竖向拼接
np.vstack((arr1, arr2))

#水平拼接
np.vstack((arr1, arr2))

posted @ 2021-07-07 14:52  游虚子  阅读(126)  评论(0)    收藏  举报