numpy.isnan() en Python
La función numpy.isnan() prueba los elementos si es NaN o no y devuelve el resultado como una array booleana. Sintaxis: numpy.isnan(array [, out]) Parámetros: array : [array_like]Input array or object whose elements, we need to test for infinity out : [ndarray, optional]Output array placed with result. Its type is preserved and it must be of … Continue reading «numpy.isnan() en Python»