how to check null value in dataframe panda code example Example: show rows with a null value pandas df1 = df[df.isna().any(axis=1)]