Skip to content

Commit d3036f3

Browse files
committed
DOC: Removed pandas row display option because it is not required at the moment
1 parent 1ff8b3f commit d3036f3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

doc/source/user_guide/io.rst

-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,6 @@ usecols : list-like or callable, default ``None``
129129
.. ipython:: python
130130
131131
import pandas as pd
132-
pd.options.display.max_rows = 15
133132
from io import StringIO
134133
data = ('col1,col2,col3\n'
135134
'a,b,1\n'

0 commit comments

Comments
 (0)