Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 2 commits into from

Conversation

jreback
Copy link
Contributor

@jreback jreback commented Feb 3, 2017

No description provided.

@jreback jreback added API Design Enhancement Indexing Related to indexing on series/frames, not to indexes themselves Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate labels Feb 3, 2017
@jreback jreback added this to the 0.20.0 milestone Feb 3, 2017
@codecov-io
Copy link

codecov-io commented Feb 3, 2017

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 jreback closed this in 7d6afc4 Feb 4, 2017
AnkurDedania pushed a commit to AnkurDedania/pandas that referenced this pull request Mar 21, 2017
… this more consistent with the Series API

Author: Jeff Reback <[email protected]>

Closes pandas-dev#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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API Design Enhancement Indexing Related to indexing on series/frames, not to indexes themselves Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants