I've got an ndarray in python with a dtype of float64 . I'd like to convert the array to be an array of integers. How should I do this? int() won't work, ...
確定! 回上一頁