Slicing 2-D arrays. To slice a 2-D array in NumPy, you have to specify row index and column index which are separated using a comma as shown below. arr[1 ...
確定! 回上一頁