#newaxis就是增加一维,具体运行看效果
import numpy as np
a=np.arange(0,20)
print(a)
print(a[:,np.newaxis])
np.newaxis理解
猜你喜欢
转载自blog.csdn.net/weixin_45631815/article/details/109117006
今日推荐
周排行