Created
December 18, 2019 09:30
-
-
Save yatakeke/319c1e265d8f3123ab44214c48794baf to your computer and use it in GitHub Desktop.
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
import pandas as pd | |
# change the display | |
pd.set_option('display.max_columns', 100) | |
pd.set_option('display.max_rows', 100) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment