Holen Sie sich Indizes, bei denen Wert na pandas ist

rows_with_nan = [index for index, row in df.iterrows() if row.isnull().any()]
Depressed Dove