参考: Pandas: Setting no. of max rows

import pandas as pd
pd.set_option('display.max_rows', 1000)
pd.set_option('display.max_columns', 500)