Last active
December 10, 2015 05:58
-
-
Save c0ldlimit/4391824 to your computer and use it in GitHub Desktop.
Pandas: Widen output display #pandas #c0ldlimit #python
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #� 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