Springleaf competition EDA I

snippet.python
# Number of NaNs for each object
train.isnull().sum(axis=1).head(15)
snippet.python
factorize()[0]