SyntaxFix
Write A Post
Hire A Developer
Questions
pd.set_option('display.max_rows', 500) df
Does not work in Jupyter! Instead use:
pd.set_option('display.max_rows', 500) df.head(500)