-
Notifications
You must be signed in to change notification settings - Fork 409
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
String Joiner Parsing Problem #804
Comments
I can try making it so that you can specify what character you want to join the strings with |
Hi, |
I'll just switch it to use a pipe. Pretty easy to do |
Thanks your interest |
@T-a-c-h-y-o-n just released v3.6.0 to pypi (should be on conda-forge soon) with this fix included. |
How about we Decouple the characters between the String Joiner with a pipe instead of a comma?
Because it causes problems when we try to Split by Character in Dataframe functions. There is no problem with parsing because pipe is not usually used in writing.
The text was updated successfully, but these errors were encountered: