Skip to content

Instantly share code, notes, and snippets.

@rileypeterson
Created June 10, 2023 00:33
Show Gist options
  • Save rileypeterson/3c96d198e40ed733a0df85d34d4fc37e to your computer and use it in GitHub Desktop.
Save rileypeterson/3c96d198e40ed733a0df85d34d4fc37e to your computer and use it in GitHub Desktop.
pandas defaults
import pandas as pd
pd.set_option("display.max_columns", None)
pd.set_option("display.width", 1000)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment