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')

Data Cleaning Notebook

Name:

Date:

A Brief Description of the Data

What is available

What is needed


In [ ]:
# data cleaning code goes here, if possible