r is.na panda

# detect the missing values
df.isna()

sr.isna()
Active Programmer