-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
[DataFrame] can't handle separators in data #5647
Comments
Maybe CSV parsing should get its own library in the BCL similar to JSON and XML? It is an extremely common need. CSVHelper is a great (and very popular) library but obviously you guys can not reference it in your packages. |
Related to dotnet/corefxlab#2787 |
Unable to repro as of version 0.20.0-preview.22313.1 |
As Luis mentioned, this issue appears to have been solved at some point. Regardless, I'm adding unit tests that confirm this behavior here: #6301. Edit: I closed that PR and included those tests in a larger PR linked below. |
Related to dotnet/corefxlab#2968
Looks like
DataFrame
can't handle CSV where the separator appears in the column data.Repro
CSV contents:
Expected behavior
Prints the contents of the CSV
Actual behavior
Exception:
The text was updated successfully, but these errors were encountered: