Published
- 1 min read
pd max rows set option
The solution for this is noted below
pd max rows set option
Solution
In [1]: import pandas as pd
In [2]: pd.options.display.max_rows
Out[2]: 15
In [3]: pd.options.display.max_rows = 999
In [4]: pd.options.display.max_rows
Out[4]: 999
Try other methods by searching on the site. That is if this doesn’t work