diff --git a/q01_plot/build.py b/q01_plot/build.py index 0425964..d7d7dff 100644 --- a/q01_plot/build.py +++ b/q01_plot/build.py @@ -1,8 +1,16 @@ +# %load q01_plot/build.py +# Default imports import matplotlib.pyplot as plt import seaborn as sns import pandas as pd - data = pd.read_csv('data/house_prices_multivariate.csv') -plt.switch_backend('agg') -# Write your code here : +# Write your code here: +def plot(num_cols): + print(sns) + + + + + +