-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
DOC: Clarify display.precision #37030
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This change seems less precise than what is in Settings and Options. Can we just copy that?
Floating point output precision in terms of number of places after the decimal, for regular formatting as well as scientific notation. Similar to numpy’s precision print option
pandas/core/config_init.py
Outdated
Floating point output precision (number of significant digits). This is | ||
only a suggestion | ||
Floating point output precision (in terms of decimal places). Similar to | ||
numpy's ``precision`` print option. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you can directly reference the numpy function itself :meth:`np. ....`
e1bac0c
to
83b5188
Compare
Thanks @jreback, @rhshadrach, updated. may I get this PR labelled as |
all checks passing. |
thanks @hongshaoyang |
black pandas
git diff upstream/master -u -- "*.py" | flake8 --diff