Skip to content

Instantly share code, notes, and snippets.

@yatakeke
Created December 18, 2019 09:30
Show Gist options
  • Save yatakeke/319c1e265d8f3123ab44214c48794baf to your computer and use it in GitHub Desktop.
Save yatakeke/319c1e265d8f3123ab44214c48794baf to your computer and use it in GitHub Desktop.
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