Skip to content

Instantly share code, notes, and snippets.

@c0ldlimit
Last active December 10, 2015 05:58
Show Gist options
  • Select an option

  • Save c0ldlimit/4391824 to your computer and use it in GitHub Desktop.

Select an option

Save c0ldlimit/4391824 to your computer and use it in GitHub Desktop.
Pandas: Widen output display #pandas #c0ldlimit #python
#� http://stackoverflow.com/questions/11707586/python-pandas-widen-output-display
from pandas.util.terminal import get_terminal_size
get_terminal_size()
from pandas import set_printoptions
set_printoptions(max_rows=200,max_columns=10)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment