Last active
January 4, 2020 11:37
-
-
Save Davisy/cf38fac60d493a7f6172186ac2bbe136 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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