We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
BUG: Keep original name in str.cat
6d19bca
Closes pandas-dev#21053
BUG: Keep original name in str.cat (#21054)
dfb2651
Closes #21053
No branches or pull requests
0.22.0
master
fixing now.
The text was updated successfully, but these errors were encountered: