show rows with a null value pandas

132

show rows with a null value pandas -

df1 = df[df.isna().any(axis=1)]

Comments

Submit
0 Comments