Skip to content

Instantly share code, notes, and snippets.

@sazio
Created August 28, 2020 14:20
Show Gist options
  • Save sazio/449cb61a4e9ded56aed2417469731259 to your computer and use it in GitHub Desktop.
Save sazio/449cb61a4e9ded56aed2417469731259 to your computer and use it in GitHub Desktop.
pd.set_option('display.max_colwidth', -1)
pd.set_option('display.max_columns', 500)
pd.set_option('display.max_rows', 4000)
import matplotlib.pyplot as plt
%matplotlib inline
import seaborn as sns
sns.set(font_scale=1.0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment