numpy.ndarray.dtype
-
ndarray.dtype -
Тип данных элементов массива.
Параметры: None Возвращает: d : объект типа numpy dtype См. также
Примеры
>>> x array([[0, 1], [2, 3]]) >>> x.dtype dtype('int32') >>> type(x.dtype) <type 'numpy.dtype'>
© 2005–2019 NumPy Developers
Licensed under the 3-clause BSD License.
https://docs.scipy.org/doc/numpy-1.14.5/reference/generated/numpy.ndarray.dtype.html