Skip to content

BUG: Series/DataFrame with IntervalIndex doesn't display NaN in index #25993

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

Merged
merged 1 commit into from
Apr 5, 2019

Conversation

simonjayhawkins
Copy link
Member

@simonjayhawkins simonjayhawkins commented Apr 4, 2019

@codecov
Copy link

codecov bot commented Apr 4, 2019

Codecov Report

Merging #25993 into master will decrease coverage by <.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master   #25993      +/-   ##
==========================================
- Coverage   91.86%   91.85%   -0.01%     
==========================================
  Files         175      175              
  Lines       52547    52547              
==========================================
- Hits        48271    48266       -5     
- Misses       4276     4281       +5
Flag Coverage Δ
#multiple 90.41% <100%> (ø) ⬆️
#single 41.9% <100%> (-0.07%) ⬇️
Impacted Files Coverage Δ
pandas/core/indexes/interval.py 95.25% <100%> (ø) ⬆️
pandas/io/gbq.py 75% <0%> (-12.5%) ⬇️
pandas/core/frame.py 96.79% <0%> (-0.12%) ⬇️
pandas/util/testing.py 90.62% <0%> (-0.11%) ⬇️

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 013f4b4...71b8805. Read the comment docs.

@jreback jreback added Interval Interval data type Output-Formatting __repr__ of pandas objects, to_string labels Apr 5, 2019
@jreback jreback added this to the 0.25.0 milestone Apr 5, 2019
@jreback
Copy link
Contributor

jreback commented Apr 5, 2019

lgtm. i restarted the build, ping on green.

@simonjayhawkins
Copy link
Member Author

green

@jreback jreback merged commit db2d16a into pandas-dev:master Apr 5, 2019
@jreback
Copy link
Contributor

jreback commented Apr 5, 2019

thanks @simonjayhawkins

@simonjayhawkins simonjayhawkins mentioned this pull request Apr 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Interval Interval data type Output-Formatting __repr__ of pandas objects, to_string
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BUG: Series/DataFrame with IntervalIndex doesn't display NaN in index
2 participants