In [1]:
%pylab inline
import pandas as pd


Populating the interactive namespace from numpy and matplotlib

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


(8, 2)
end_form_id    object
name           object
dtype: object
  end_form_id               name
0       A-001        Male (Stud)
1       A-002      Male (Swivel)
2       A-003    Braze-Weld Boss
3       A-004  Braze-Weld Socket
4       A-005         Swivel Nut
5       A-006      Bulkhead Male
6       A-007               Port
7        9999              Other