SyntaxFix
Write A Post
Hire A Developer
Questions
Don't know if this is too late but you can use np.where to find the indices of non values as such:
indices = list(np.where(df['b'].isna()[0]))