-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
Bug fix - rename dataframe reset index #46167
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
Bug fix - rename dataframe reset index #46167
Conversation
Hi I still working on this. That is a lot of other test cases failed from this code changes. I need more time. Thank |
…_rename_dataframe_reset_index
….com/weikhor/pandas into bug_fix_rename_dataframe_reset_index
Hi I try many rounds of failures. It keep showing this errors in pipeline
The reason is |
tm.assert_series_equal(result["first"], expected["new_first"], check_names=False) | ||
tm.assert_series_equal(result["second"], expected["new_second"], check_names=False) | ||
|
||
with pytest.raises( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you make a new test for the errors tests. add one that tests an Index with names = list-like
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Have add test.
thanks @weikhor very nice! |
doc/source/whatsnew/vX.X.X.rst
file if fixing a bug or adding a new feature.