Skip to content

Instantly share code, notes, and snippets.

@fabiangunzinger
Created April 21, 2020 21:12
Show Gist options
  • Save fabiangunzinger/349c830725a99d10a6d73bd5b552c374 to your computer and use it in GitHub Desktop.
Save fabiangunzinger/349c830725a99d10a6d73bd5b552c374 to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
import pandas as pd
import numpy as np
import seaborn as sns
import matplotlib.pyplot as plt
plt.style.use('seaborn')
import janitor
import pandas_flavor as pf
import toolbox.datatools as dt
pd.set_option('display.max_columns', None) # Display all columns
%config InlineBackend.figure_format ='retina'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment