Python удалить dtype из массива
python remove dtype from array
------------------
myarray = myarray.astype(np.int32)
ASHABB
python remove dtype from array
------------------
myarray = myarray.astype(np.int32)