Skip to content

BUG: fix degenerate MultiIndex sorting #16092

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 22, 2017
Merged

Conversation

jreback
Copy link
Contributor

@jreback jreback commented Apr 22, 2017

xref #15694
closes #15797

@jreback jreback added Bug Reshaping Concat, Merge/Join, Stack/Unstack, Explode labels Apr 22, 2017
@jreback jreback added this to the 0.20.0 milestone Apr 22, 2017
@codecov
Copy link

codecov bot commented Apr 22, 2017

Codecov Report

Merging #16092 into master will increase coverage by <.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master   #16092      +/-   ##
==========================================
+ Coverage   90.84%   90.84%   +<.01%     
==========================================
  Files         159      159              
  Lines       50776    50782       +6     
==========================================
+ Hits        46128    46135       +7     
+ Misses       4648     4647       -1
Flag Coverage Δ
#multiple 88.62% <100%> (ø) ⬆️
#single 40.35% <14.28%> (-0.01%) ⬇️
Impacted Files Coverage Δ
pandas/core/frame.py 97.64% <100%> (ø) ⬆️
pandas/core/indexes/base.py 96.2% <100%> (ø) ⬆️
pandas/core/series.py 94.98% <100%> (ø) ⬆️
pandas/core/reshape/reshape.py 99.28% <100%> (ø) ⬆️
pandas/core/common.py 91.03% <0%> (+0.34%) ⬆️

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 f0bd908...80516ff. Read the comment docs.

@codecov
Copy link

codecov bot commented Apr 22, 2017

Codecov Report

Merging #16092 into master will increase coverage by <.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master   #16092      +/-   ##
==========================================
+ Coverage   90.84%   90.84%   +<.01%     
==========================================
  Files         159      159              
  Lines       50776    50783       +7     
==========================================
+ Hits        46128    46135       +7     
  Misses       4648     4648
Flag Coverage Δ
#multiple 88.62% <100%> (ø) ⬆️
#single 40.35% <14.28%> (-0.01%) ⬇️
Impacted Files Coverage Δ
pandas/core/reshape/reshape.py 99.28% <100%> (ø) ⬆️
pandas/core/indexes/base.py 96.2% <100%> (ø) ⬆️
pandas/core/frame.py 97.64% <100%> (ø) ⬆️
pandas/core/series.py 94.98% <100%> (ø) ⬆️
pandas/io/json/json.py 90.3% <0%> (+0.02%) ⬆️

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 f0bd908...80516ff. Read the comment docs.

@jreback jreback merged commit c847884 into pandas-dev:master Apr 22, 2017
pcluo pushed a commit to pcluo/pandas that referenced this pull request May 22, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Reshaping Concat, Merge/Join, Stack/Unstack, Explode
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BUG/API: degenerate monotonic but not lexsorted MultiIndexes
1 participant