I would like to find a maximum in a float64 array, excluding nan values.
I saw np.nanmax function but it doesn't give the index corresponding to the found value.
it 's quite strange to scan after to the value specially the function necessarily use the index ??? Can't it be a mistake searching like that .
isn't there a way to recover the index directly ?