We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9a7245 commit 5df24ddCopy full SHA for 5df24dd
doc/source/v0.11.0.txt
@@ -268,6 +268,9 @@ Enhancements
268
- added option `display.max_seq_items` to control the number of
269
elements printed per sequence pprinting it.
270
271
+ - added option `display.chop_threshold` to control display of small numerical
272
+ values. (GH2739_)
273
+
274
275
Bug Fixes
276
~~~~~~~~~
@@ -312,3 +315,4 @@ on GitHub for a complete list.
312
315
.. _GH2837: https://github.com/pydata/pandas/issues/2837
313
316
.. _GH2898: https://github.com/pydata/pandas/issues/2898
314
317
.. _GH2978: https://github.com/pydata/pandas/issues/2978
318
+.. _GH2739: https://github.com/pydata/pandas/issues/2739
0 commit comments