Description
The "Display Settings" exercise in notebook 2 says
Force pandas to display 25 rows by changing the value of the above.
But setting pd.options.display.max_rows doesn't do that. According to the docs:
If max_rows is exceeded, switch to truncate view.
So the truncated view still shows 5 + 5 rows.
Maybe I'm understanding the assignment the wrong way?
Description
The "Display Settings" exercise in notebook 2 says
But setting
pd.options.display.max_rowsdoesn't do that. According to the docs:So the truncated view still shows 5 + 5 rows.
Maybe I'm understanding the assignment the wrong way?