Skip to content

Instantly share code, notes, and snippets.

@PsycheShaman
Last active June 25, 2021 12:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save PsycheShaman/b4c31440cc6071fa088072ef3e38e59a to your computer and use it in GitHub Desktop.
Save PsycheShaman/b4c31440cc6071fa088072ef3e38e59a to your computer and use it in GitHub Desktop.
import pandas as pd
def set_pd_display():
pd.set_option('display.max_rows', None)
pd.set_option('display.max_columns', None)
pd.set_option('display.width', None)
pd.set_option('display.max_colwidth', None)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment