ENH: .isnull and .notnull have been added as methods to Index to make this more consistent with the Series API #15300

Closed
wants to merge 2 commits into
from

Conversation

Projects
None yet
2 participants
Contributor

jreback commented Feb 3, 2017

No description provided.

jreback added this to the 0.20.0 milestone Feb 3, 2017

jreback added some commits Feb 3, 2017

@jreback jreback ENH: .isnull and .notnull have been added as methods to Index to make…
… this more consistent with the Series API
e4502bf
@jreback jreback DOC: move Index.where to shared_docs
8c35656

codecov-io commented Feb 3, 2017 edited

Codecov Report

Merging #15300 into master will increase coverage by <.01%.

@@            Coverage Diff             @@
##           master   #15300      +/-   ##
==========================================
+ Coverage   86.33%   86.33%   +<.01%     
==========================================
  Files         139      139              
  Lines       51149    51157       +8     
==========================================
+ Hits        44157    44165       +8     
  Misses       6992     6992
Impacted Files Coverage Δ
pandas/tseries/base.py 96.59% <100%> (ø)
pandas/indexes/base.py 96.17% <100%> (+0.01%)
pandas/indexes/category.py 98.57% <100%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 9ddba8d...8c35656. Read the comment docs.

jreback closed this in 7d6afc4 Feb 4, 2017

@AnkurDedania AnkurDedania added a commit to AnkurDedania/pandas that referenced this pull request Mar 21, 2017

@jreback @AnkurDedania jreback + AnkurDedania ENH: .isnull and .notnull have been added as methods to Index to make…
… this more consistent with the Series API

Author: Jeff Reback <jeff@reback.net>

Closes #15300 from jreback/null and squashes the following commits:

8c35656 [Jeff Reback] DOC: move Index.where to shared_docs
e4502bf [Jeff Reback] ENH: .isnull and .notnull have been added as methods to Index to make this more consistent with the Series API
1aef9bc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment