To remove an element from a NumPy array, use the numpy.delete(arr, index) function. This function returns a new updated version of the array.
確定! 回上一頁