We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a043f2 commit e1bac0cCopy full SHA for e1bac0c
pandas/core/config_init.py
@@ -85,8 +85,8 @@ def use_numba_cb(key):
85
86
pc_precision_doc = """
87
: int
88
- Floating point output precision (number of significant digits). This is
89
- only a suggestion
+ Floating point output precision (in terms of decimal places). Similar to
+ numpy's ``precision`` print option.
90
"""
91
92
pc_colspace_doc = """
@@ -249,7 +249,7 @@ def use_numba_cb(key):
249
250
pc_max_seq_items = """
251
: int or None
252
- when pretty-printing a long sequence, no more then `max_seq_items`
+ When pretty-printing a long sequence, no more then `max_seq_items`
253
will be printed. If items are omitted, they will be denoted by the
254
addition of "..." to the resulting string.
255
0 commit comments