【莫煩】Numpy & Pandas

Numpy 創建矩陣 import numpy as np # np爲numpy常見簡寫 # np爲基於矩陣的運算模塊 #把列表轉換爲矩陣的方法 array = np.array([[1,2,3], [2,3,4]]) print(array) # 維數 print('number of dim:',array.ndim) # 行列數 print('shape
相關文章
相關標籤/搜索