Skip to content
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

Fix sort_index with multi-index columns. #637

Merged
merged 1 commit into from
Aug 13, 2019

Conversation

ueshin
Copy link
Collaborator

@ueshin ueshin commented Aug 12, 2019

Resolves #634.

@softagram-bot
Copy link

Softagram Impact Report for pull/637 (head commit: e482dd8)

⭐ Change Overview

Showing the changed files, dependency changes and the impact - click for full size
(Open in Softagram Desktop for full details)

📄 Full report

Give feedback on this report to [email protected]

@codecov-io
Copy link

codecov-io commented Aug 12, 2019

Codecov Report

Merging #637 into master will increase coverage by 0.02%.
The diff coverage is 95.23%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #637      +/-   ##
==========================================
+ Coverage   92.95%   92.97%   +0.02%     
==========================================
  Files          31       31              
  Lines        5093     5085       -8     
==========================================
- Hits         4734     4728       -6     
+ Misses        359      357       -2
Impacted Files Coverage Δ
databricks/koalas/series.py 92.94% <100%> (+0.21%) ⬆️
databricks/koalas/frame.py 94.65% <95%> (+0.01%) ⬆️

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 82e2e41...e482dd8. Read the comment docs.

Copy link
Contributor

@garawalid garawalid left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sounds great! Thanks.

@ueshin
Copy link
Collaborator Author

ueshin commented Aug 13, 2019

Thanks! merging.

@ueshin ueshin merged commit 51c0299 into databricks:master Aug 13, 2019
@ueshin ueshin deleted the sort_index branch August 13, 2019 22:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

sort_index is not working with MultiIndex
4 participants