pd.set_option('display.max_rows', ..) is not working. I have a large df with more than 500k rows. when I do the following(as in the link below) for a df, only 10 rows are getting displayed. I need to display 100 rows. What should I do?
image here
You must set the display.min_rows
to 100
and then use head(100)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With