Skip to content
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

Closed
T-a-c-h-y-o-n opened this issue Sep 16, 2023 · 5 comments
Closed

String Joiner Parsing Problem #804

T-a-c-h-y-o-n opened this issue Sep 16, 2023 · 5 comments

Comments

@T-a-c-h-y-o-n
Copy link

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.

@aschonfeld
Copy link
Collaborator

I can try making it so that you can specify what character you want to join the strings with

@T-a-c-h-y-o-n
Copy link
Author

Hi,
If several products are defined in the same variable and separated with a comma, we must specify this with a comma in the split by character. This leads to different columns, whereas there should be several products in a single column. If there was pipe or another character not used in the sentence, such a problem would not arise.

@aschonfeld
Copy link
Collaborator

I'll just switch it to use a pipe. Pretty easy to do

@T-a-c-h-y-o-n
Copy link
Author

Thanks your interest

@aschonfeld
Copy link
Collaborator

aschonfeld commented Sep 29, 2023

@T-a-c-h-y-o-n just released v3.6.0 to pypi (should be on conda-forge soon) with this fix included.

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

No branches or pull requests

2 participants