Python Hapus DType dari Array

python remove dtype from array
------------------
myarray = myarray.astype(np.int32)
ASHABB