Python數據分析之NumPy (2)

一.數組的索引和切片 1.數組的軸 這裏我們舉一個例子 import numpy as np a=np.arange(24).reshape ((2,3,4) ) a 輸出 array( [ [ [0,1,2,3 ], [4,5,6,7], [8,9,10,11] ],
相關文章
相關標籤/搜索