Skip to content

Instantly share code, notes, and snippets.

@3m3x
Created August 26, 2019 10:05
Show Gist options
  • Select an option

  • Save 3m3x/ccebbc403e7f5b09dfed3416924481f0 to your computer and use it in GitHub Desktop.

Select an option

Save 3m3x/ccebbc403e7f5b09dfed3416924481f0 to your computer and use it in GitHub Desktop.
Useful code for use in Jupyter
# Display more rows than the limit from a dataframe
with pd.option_context("display.max_rows", 1000):
display(my_data_frame)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment