-
Notifications
You must be signed in to change notification settings - Fork 142
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 on CSV.read attempt #1118
Comments
Does setting Sharing a reproducible example would be helpful. At the very least, this is an unhelpful error message -- and it'd be great to improve that -- but i can't replicate it from the info provided. |
This Issue came in reference from this conversation on Discourse. I was mainly concerned about this being a suboptimal error message: the core issue is malformed CSV input on a particular line, but the error is due to the immediate internal issue (can’t convert missing to string). |
@mikeingold does the OP look better now, or should I tweak it more? |
The problem in this discourse discussion seems to be related. |
Came across an issue when attempting to read a csv file into a Dataframe.
The code:
The error:
Without setting the quoted= and using this as a csv file:
The text was updated successfully, but these errors were encountered: