notebook.community
Edit and run
In [ ]: import numpy as np, pandas as pd, matplotlib.pyplot as plt, seaborn as sns %matplotlib inline sns.set_context('poster') sns.set_style('darkgrid')
import numpy as np, pandas as pd, matplotlib.pyplot as plt, seaborn as sns %matplotlib inline sns.set_context('poster') sns.set_style('darkgrid')
Name:
Date:
In [ ]: # data cleaning code goes here, if possible
# data cleaning code goes here, if possible