Trouvez des lignes non égales aux pandas nan
df[df.isnull().any(axis=1)]
Selfish Swiftlet
df[df.isnull().any(axis=1)]
df.fillna(method='ffill')