-
Notifications
You must be signed in to change notification settings - Fork 414
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
Merge two column to a new column #266
Comments
this already exists for numeric types in D-Tale: https://github.com/man-group/dtale#building-columns I can work on adding string concatenation... |
Yes I didn't find concat strings |
aschonfeld
added a commit
that referenced
this issue
Oct 8, 2020
aschonfeld
added a commit
that referenced
this issue
Oct 9, 2020
aschonfeld
added a commit
that referenced
this issue
Oct 10, 2020
added in v1.17.0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It would be helpful to have a column with is concat of two columns with a separator
for string type
for number type
df['C']= df['A']+df['B']
The text was updated successfully, but these errors were encountered: