Skip to content

BUG: Series.str.cat(series) loses original name #21053

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
TomAugspurger opened this issue May 15, 2018 · 0 comments
Closed

BUG: Series.str.cat(series) loses original name #21053

TomAugspurger opened this issue May 15, 2018 · 0 comments
Labels
Blocker Blocking issue or pull request for an upcoming release
Milestone

Comments

@TomAugspurger
Copy link
Contributor

0.22.0

In [6]: pd.Series(['a', 'b'], name='foo').str.cat(pd.Series(['a', 'b']), sep=':').name
Out[6]: 'foo'

master

In [2]: pd.Series(['a', 'b'], name='foo').str.cat(pd.Series(['a', 'b']), sep=':').name

fixing now.

@TomAugspurger TomAugspurger added the Blocker Blocking issue or pull request for an upcoming release label May 15, 2018
@TomAugspurger TomAugspurger added this to the 0.23.0 milestone May 15, 2018
TomAugspurger added a commit to TomAugspurger/pandas that referenced this issue May 15, 2018
TomAugspurger added a commit that referenced this issue May 15, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Blocker Blocking issue or pull request for an upcoming release
Projects
None yet
Development

No branches or pull requests

1 participant