# Springleaf competition EDA I ```python # Number of NaNs for each object train.isnull().sum(axis=1).head(15) ``` ```python factorize()[0] ```