Python supprime le dtype du tableau

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