pandas.set_option('display.max_rows', None)
pd.set_option('display.max_rows', 90)
# displays max number of columns and rows import pandas as pd pd.options.display.max_rows = 999 pd.options.display.max_columns = 999