SyntaxFix
Write A Post
Hire A Developer
Questions
Partial solution: for a single string column tmp = df['A1'].fillna(''); isEmpty = tmp=='' gives boolean Series of True where there are empty strings or NaN values.
tmp = df['A1'].fillna(''); isEmpty = tmp==''