r is.na pandas

# detect the missing values
df.isna()

sr.isna()
Active Programmer