I have a big dataframe (more than 100 rows) and I would like to get a scrollbar for the dataframe in the HTML output. Currently before I save it to HTML the scrollbar is there for the dataframe, to scroll down and see the all the rows, but when I save it to HTML the scrollbar disappears and I get a really long table in the html output. I tried to do it by reducing the rows with pd.set_option("display.max_rows", 1) but it doesn't work. Can someone help?
pandas. Have you tried the solution in this post?