1.数组转置和轴对换:数组不仅有transpose方法,还有一个特殊的T属性:arr = np.arange(15).reshape(3,5)arr输出:array([[ 0, 1, 2, 3, 4], [ 5, 6, ...
確定! 回上一頁