We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 43b0473 + 7191108 commit 55248f3Copy full SHA for 55248f3
doc/source/dsintro.rst
@@ -630,19 +630,19 @@ default:
630
631
DataFrame(randn(3, 12))
632
633
-You can change how much to print on a single row by setting the ``line_width``
+You can change how much to print on a single row by setting the ``display.width``
634
option:
635
636
.. ipython:: python
637
638
- set_option('line_width', 40) # default is 80
+ set_option('display.width', 40) # default is 80
639
640
641
642
643
:suppress:
644
645
- reset_option('line_width')
+ reset_option('display.width')
646
647
You can also disable this feature via the ``expand_frame_repr`` option.
648
This will print the table in one block.
0 commit comments