-
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 in CSV.read
docstring
#114
Comments
Thanks for the report. Even if you don't have clone the repository, for simple cases like this you can make a PR by editing the file on GitHub. |
nickeubank
added a commit
to nickeubank/CSV.jl
that referenced
this issue
Nov 26, 2017
Closes JuliaData#114
Right! Thanks @nalimilan -- submitted a PR |
Addressed in #143 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think Line 247 of
src/Source.jl
of should have a period for element-wise operation. I think it should read:not
I don't have a cloned / forked copy of CSV -- would someone in the project mind fixing? I know it's poor form to note these things without a PR, but seems small enough I'd appreciate if someone on the team would be willing to patch.
[Edit: clarification of problem]: Otherwise, at least when there are missing values, the output is something like:
Instead of:
Thanks!
The text was updated successfully, but these errors were encountered: