Skip to content
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

fread could read integers > 2^63 as character #1618

Closed
mattdowle opened this issue Apr 1, 2016 · 0 comments · Fixed by #2344
Closed

fread could read integers > 2^63 as character #1618

mattdowle opened this issue Apr 1, 2016 · 0 comments · Fixed by #2344
Labels
Milestone

Comments

@mattdowle
Copy link
Member

Integers greater than 19 digits (the max for int64) could be read as character rather than double, to preserve the precision.
As highlighted here : http://stackoverflow.com/questions/32339636/long-numbers-as-a-character-string

@mattdowle mattdowle changed the title fread should read numbers fread could read integers > 2^63 as character Apr 1, 2016
@mattdowle mattdowle added this to the v1.10.6 milestone Sep 8, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants