We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
from SO
df2.fillna(df1) should be implemented by:
df2.fillna(df1)
df2.where(df2.notnull(),df2,df1)