Skip to content

Instantly share code, notes, and snippets.

@seahrh
Created May 12, 2021 01:38
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 seahrh/a2abc3c1ff85d7523d9260aa304363aa to your computer and use it in GitHub Desktop.
Save seahrh/a2abc3c1ff85d7523d9260aa304363aa to your computer and use it in GitHub Desktop.
Pandas config
pd.set_option("use_inf_as_na", True)
pd.set_option("max_info_columns", 9999)
pd.set_option("display.max_columns", 9999)
pd.set_option("display.max_rows", 9999)
pd.set_option('max_colwidth', 9999)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment