ARTICLE AD BOX
I have specified 100 row for pandas to show as here
pd.set_option('display.max_rows', 100)but when I displayed the dataframe , it showed me only 10 rows
I tried using display.height but it's deprecated , in the past it was solving the problem

but when I put all rows to be shown , they are shown naturally
Note: the dataframe's shape is (1460 X 80)
