Navigation Menu

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 reset_index when name field of the index is set #553

Merged
merged 1 commit into from Apr 15, 2019

Conversation

devin-petersohn
Copy link
Collaborator

What do these changes do?

Related issue number

  • passes flake8 modin
  • passes black --check modin
  • tests added and passing

* Resolves modin-project#186
* Corrects the previous behavior by setting the name of the new column
  to the name of the index
* Add tests to verify the behavior
@codecov
Copy link

codecov bot commented Apr 15, 2019

Codecov Report

Merging #553 into master will increase coverage by 0.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #553      +/-   ##
==========================================
+ Coverage   90.23%   90.25%   +0.01%     
==========================================
  Files          37       37              
  Lines        5429     5429              
==========================================
+ Hits         4899     4900       +1     
+ Misses        530      529       -1
Impacted Files Coverage Δ
modin/backends/pandas/query_compiler.py 91.3% <100%> (+0.09%) ⬆️

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 e0dc8fb...3685580. Read the comment docs.

Copy link
Collaborator

@williamma12 williamma12 left a comment

Choose a reason for hiding this comment

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

Looks good @devin-petersohn! Lets wait for the tests to pass before merging

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.

TypeError: reset_index() got an unexpected keyword argument 'name'
2 participants