Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dyerrington/c8700e87e7c62efc98d40c2da33b84f4 to your computer and use it in GitHub Desktop.
Save dyerrington/c8700e87e7c62efc98d40c2da33b84f4 to your computer and use it in GitHub Desktop.
import pandas as pd
# Careful of displaying too many results in a single browser session == high CPU potential
pd.options.display.max_rows = 999
pd.options.display.max_columns = 999
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment