-
Notifications
You must be signed in to change notification settings - Fork 370
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
Errors with readtable #382
Comments
This is because of JuliaLang/julia#4235. Unfortunately I did not understand the rationale behind the renaming, so I won't change code I do not understand, but probably the only required action is to change |
This seems to have been fixed by some of Dahua's patch. Can someone confirm that this occurs on their copy of master? I don't see any errors in the test suite. |
Yeah, it works with master thanks to commit bd3e333, sorry for the noise. |
No worries. Just wanted to figure out what was going on. Always really interested to see CSV files that we legitimately can't read (but should be able to). |
I'm getting an error when reading a CSV file:
The first error (not the warning) can be reproduced with these contents:
Also, only with the full file, if I try to change the separator to ';' (which is wrong for this file), I get a cryptic error:
The text was updated successfully, but these errors were encountered: