-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
Inconsistent display of numbers in dataframe #6842
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
Comments
its the tiny value (1e-16). you can try |
@gdirichlet how would you see this displayed? IIRC this is on purpose |
The trade-off here seems to be retention of visual information versus loss of aesthetic appeal. Personally I value the second enough to be prepared to extract the column in question in order to examine further if I see "0.000000". |
Here's a couple of options not sure if this is a bug, or just what,
|
closing as xref to #6842 |
Using pandas 0.13.1, I see see that there is an apparent inconsistency in the format in which floating-point numbers in my dataframe are displayed. In particular, the numbers in the first column appear to be displayed in the form '%1.8e', whereas the other numbers are displayed as '%1.6f'.
The text was updated successfully, but these errors were encountered: