Numpy data types change. Copy. # change the dtype to 'float64' arr = arr.astype('float64') # Print the array after changing # the data type print(arr) ...
確定! 回上一頁