SyntaxFix
Write A Post
Hire A Developer
Questions
After stumbling around, this worked for me:
df = df.astype(object).where(pd.notnull(df),None)