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

API/CLN: make rename and copy consistent across NDFrame #4627

Merged
merged 1 commit into from
Aug 21, 2013

Conversation

jreback
Copy link
Contributor

@jreback jreback commented Aug 21, 2013

verifies #2721, #4039
closes #4605

TST: add tests/test_generic.py

API/CLN: Refactor rename methods to core/generic.py; fixes Series.rename for (GH4605), and adds rename
with the same signature for Panel

API/CLN: Refactor Series.copy to core/generic.py; removes the order argument from Series.copy (inconsistent)

API/CLN: Refactor rename methods to core/generic.py; fixes Series.rename for (GH4605), and adds rename
   with the same signature for ``Panel``

API/CLN: Refactor Series.copy to core/generic.py; removes the order argument from Series.copy (inconsistent)
jreback added a commit that referenced this pull request Aug 21, 2013
API/CLN: make rename and copy consistent across NDFrame
@jreback jreback merged commit dc3ead3 into pandas-dev:master Aug 21, 2013
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.

Inconsistent behaviour of rename for MultiIndexed DataFrames and Series
1 participant