Skip to content

Instantly share code, notes, and snippets.

@colindix
Created June 20, 2019 05:17
Show Gist options
  • Save colindix/973e10a39d45356ee4d6180929469062 to your computer and use it in GitHub Desktop.
Save colindix/973e10a39d45356ee4d6180929469062 to your computer and use it in GitHub Desktop.
Jupyter - Pandas Column Width adjustment
pd.set_option('display.max_columns', 500)
pd.set_option('display.width', 2000)
pd.set_option('max_colwidth', 500)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment