función numpy.ndarray.dtype() – Python
numpy.ndarray.dtype()función devuelve el tipo de datos de los elementos de la array. Sintaxis: numpy.ndarray.dtype() Parámetros: Ninguno Retorno: [objeto numpy dtype] Retorna el tipo de datos de los elementos de la array. Código #1: # Python program explaining # numpy.ndarray.dtype() function # importing numpy as geek import numpy as geek arr = geek.array([[0, 1], … Continue reading «función numpy.ndarray.dtype() – Python»