From: Webb S. <web...@gm...> - 2006-07-13 20:02:16
|
On 7/13/06, Robert Kern <rob...@gm...> wrote: > Webb Sprague wrote: > > Does anyone have some vectorized code that pulls out all the row > > def is_row_nan(a): > return numpy.isnan(a).any(axis=-1) I knew there was a way, but I didn't know to check any() and all(). Thanks to all (I love free software lists!) W |