In [1]:
%pylab inline
import pandas as pd
In [2]:
type_end_form = pd.read_csv('./competition_data/type_end_form.csv')
In [3]:
print type_end_form.shape
print type_end_form.dtypes
print type_end_form