-
-
Notifications
You must be signed in to change notification settings - Fork 11k
ENH: add quoting support to np.genfromtxt #14577
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
Conversation
Does this handle |
My libreoffice seems to use double |
It does not handle an escaped character. I referenced |
Maybe we should just put |
I wonder also if we should just provide a thin wrapper around the builtin |
There has been previous discussion of bringing Pandas csv code into NumPy, but no one has pursued actually doing it. |
@charris do you have a link to the previous discussion? |
I think that I think one course of action may be to:
|
No, it took place in a meeting at SciPy several years ago. |
Going to close this, |
Fixes #2211
Example:
test.txt content:
Previous behavior:
Expected Behavior: