Python中的shape和reshape()

參考博文:https://blog.csdn.net/qq_28618765/article/details/78083895 shape是查看數據有多少行多少列 reshape()是數組array中的方法,做用是將數據從新組織web shape import numpy as np a = np.array([1,2,3,4,5,6,7,8]) #一維數組 print(a.shape[0])
相關文章
相關標籤/搜索