r is.na pandas
# detect the missing values
df.isna()
sr.isna()
Active Programmer
# detect the missing values
df.isna()
sr.isna()