Pandas isn't showing all the rows I have determined

12 hours ago 1
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

showing the 10 rows only

but when I put all rows to be shown , they are shown naturally

Note: the dataframe's shape is (1460 X 80)

Read Entire Article