lf.utils.findNans

lf.utils.findNans(array)

Find the start and stop location of nans

Parameters

array (np.array) – array of data to find nans start/stop locations

Returns

array of the start and stop locations of each nan “string” or None

Return type

np.array or None