Skip to content

Instantly share code, notes, and snippets.

@Davisy
Last active January 4, 2020 11:37
Show Gist options
  • Save Davisy/cf38fac60d493a7f6172186ac2bbe136 to your computer and use it in GitHub Desktop.
Save Davisy/cf38fac60d493a7f6172186ac2bbe136 to your computer and use it in GitHub Desktop.
# import important modules
import pandas as pd
import numpy as np
import matplotlib.pyplot as plt
import seaborn as sns
plt.rcParams["axes.labelsize"] = 18
import warnings
warnings.filterwarnings('ignore') %matplotlib inline
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment