-
Notifications
You must be signed in to change notification settings - Fork 13
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
showtable
gives InexactError: trunc(Int128, 1.0e100)
#70
Comments
baumgold
pushed a commit
to baumgold/TableView.jl
that referenced
this issue
Mar 28, 2021
My apologies for the bug. #71 for the fix. |
Thanks for the fast answer. |
baumgold
pushed a commit
to baumgold/TableView.jl
that referenced
this issue
Mar 28, 2021
baumgold
pushed a commit
to baumgold/TableView.jl
that referenced
this issue
Mar 28, 2021
baumgold
pushed a commit
to baumgold/TableView.jl
that referenced
this issue
Mar 28, 2021
pfitzseb
added a commit
that referenced
this issue
Mar 28, 2021
#70 fix bug preventing large floats from being displayed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have a DataFrame read from a CSV that is apparently completely valid (i.e., the CSV is read and transformed to a DataFrame without any error, and I can see its columns by other means). But calling
showtable
on it triggers anInexactError: trunc(Int128, 1.0e100)
exception.The stacktrace follows:
The problem seem to arise because a column has some very large values? I would guess this bug was introduced by this recent commit: baumgold@5dd10f6 but I am not sure if it is the exact line that appears in the stacktrace.
The text was updated successfully, but these errors were encountered: