Skip to content

Series.rename now handles values by Series constructor #27975

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

Closed
wants to merge 5 commits into from

Conversation

prajvalgupta
Copy link

@prajvalgupta prajvalgupta commented Aug 17, 2019

@prajvalgupta prajvalgupta changed the title Series.rename now handles values by Series constructor (#27813 resolved) Series.rename now handles values by Series constructor Aug 18, 2019
@jbrockmendel
Copy link
Member

It looks like this PR changes 4 files, only one of which is related to the referenced issue. am i misunderstanding?

can you include a test for the changed/fixed behavior

@prajvalgupta
Copy link
Author

The change for this PR is only in the pandas/core/series.py. I don't know why every other commit got included in it when it was from separate feature branch. Can you suggest what needs to be done?

@jbrockmendel
Copy link
Member

you can revert the changes to unrelated files with git checkout upstream/master some/file/name.py

@TomAugspurger
Copy link
Contributor

We also have #27814 for this.

@WillAyd
Copy link
Member

WillAyd commented Aug 27, 2019

Looks like this was superseded by #27814 - thanks for the PR though!

@WillAyd WillAyd closed this Aug 27, 2019
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.

BUG: Series.rename raises error on values accepted by Series constructor.
4 participants