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

Error parsing CSV with >= 5.4.0 #1075

Open
ikmersia opened this issue Nov 15, 2024 · 0 comments
Open

Error parsing CSV with >= 5.4.0 #1075

ikmersia opened this issue Nov 15, 2024 · 0 comments

Comments

@ikmersia
Copy link

I was using titanic dataset with onehot encoding, and I found this error.
This happens in 5.4.1 and 5.4.0, but not 5.3.2

Fiddle to see the error:
https://jsfiddle.net/s3wcjL9x/

It parses wrongly this column
"Name_Saundercock, Mr. William Henry"_1,"Name_Andersson, Mr. Anders Johan": 0,

Where it should parse:
"Name_Saundercock, Mr. William Henry"
"Name_Andersson, Mr. Anders Johan"

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

1 participant