ERR/BUG: df2.fillna(df1) should raise NotImplementedError #8377

Closed
jreback opened this Issue Sep 23, 2014 · 0 comments

Comments

Projects
None yet
1 participant
Contributor

jreback commented Sep 23, 2014

from SO

df2.fillna(df1) should be implemented by:

df2.where(df2.notnull(),df2,df1)

@jreback jreback modified the milestone: 0.15.0, 0.15.1 Sep 23, 2014

@jreback jreback added Enhancement and removed Error Reporting labels Sep 23, 2014

@jreback jreback modified the milestone: 0.15.0, 0.15.1 Sep 26, 2014

jreback closed this in #8388 Sep 26, 2014

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment