train_df[quantitative+qual_encoded].corr('spearman')['LotFrontage'].sort_values(ascending=False)
pd.set_option('display.max_columns', None) #显示所有列
pd.set_option('display.max_rows', None) #显示所有行
train_df[quantitative+qual_encoded].corr('spearman')['LotFrontage'].sort_values(ascending=False)