Skip to content

Instantly share code, notes, and snippets.

@philippreston
Created September 22, 2016 14:01
Show Gist options
  • Save philippreston/325fa04ec065e4b58e0f9bca157d5c84 to your computer and use it in GitHub Desktop.
Save philippreston/325fa04ec065e4b58e0f9bca157d5c84 to your computer and use it in GitHub Desktop.
Set the display for easier panda debugging
# For Panda Debugging
pd.set_option('display.float_format', lambda x: '%.0f' % x)
pd.set_option('display.max_rows', 500)
pd.set_option('display.max_columns', 500)
pd.set_option('display.width', 1000)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment