SyntaxFix
Write A Post
Hire A Developer
Questions
Sometimes this syntax wont work:
df[['col1','col2']] = df[['col1','col2']].fillna()
Use the following instead:
df['col1','col2']