ENH: Add Index.fillna #10089

Closed
sinhrks opened this Issue May 9, 2015 · 2 comments

Comments

Projects
None yet
2 participants
Member

sinhrks commented May 9, 2015

Related to #6194. There seems no direct way to replace NaNs in Index?

I think a point is what types are acceptable via value.

sinhrks changed the title from EHN: Add Index.fillna to ENH: Add Index.fillna May 9, 2015

jreback added this to the Next Major Release milestone May 9, 2015

Contributor

jreback commented Aug 15, 2015

this should be a simple version, maybe with just value. the methods are already implemented via .reindex (e.g. pad/bfill/nearest). Don't need much functionanilty here (and in .dropna) but to fill (drop) the correct nan (NaT) type for that index and return a new one. This is actually a pretty simple method.

Contributor

jreback commented Oct 13, 2015

@sinhrks I think this is a preqreq for some other PR's.

@jreback jreback modified the milestone: 0.17.1, Next Major Release Oct 16, 2015

jreback closed this in #11343 Nov 13, 2015

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