numpy array remove dtype code example
Example: python remove dtype from array
python remove dtype from array
------------------
myarray = myarray.astype(np.int32)
python remove dtype from array
------------------
myarray = myarray.astype(np.int32)