-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
Bug: read_csv does not work with chr(254) as quotechar parameter #11592
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
Comments
pls show a copy-pastable example |
I can reproduce:
The problem sets in at I suspect this would be a bit of a headache to fix, and it would only really be useful for people who decided to use a small thorn as a separator, and who were also using every other viable separator character so that a pass to replace the thorns wouldn't work, and who can't use the python engine for some reason.
I like the idea of being able to use anything anywhere, but in terms of developer time, maybe we should just raise NotimplementedError if you're using the C engine in these circumstances.. |
thanks @dsm054 for the example. |
@jreback : We have a similar issue with |
multi-char sep for sure should be NotImplementedError (when c-engine is given). so the same here is fine. |
Raise ValueError or issue ParserWarning when a multi-char quotechar is passed in, and the C engine is used. Closes pandas-devgh-11592.
Raise ValueError or issue ParserWarning when a multi-char quotechar is passed in, and the C engine is used. Closes pandas-devgh-11592.
Raise ValueError or issue ParserWarning when a multi-char quotechar is passed in, and the C engine is used. Closes pandas-devgh-11592.
Raise ValueError or issue ParserWarning when a multi-char quotechar is passed in, and the C engine is used. Closes pandas-devgh-11592.
Raise ValueError or issue ParserWarning when a multi-char quotechar is passed in, and the C engine is used. Closes gh-11592.
No description provided.
The text was updated successfully, but these errors were encountered: