Python Remova o dtype da matriz

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