in pandas_dataframe, I try to convert numerical value to categorical value
df[\'SalePrice_band\']=0 df.loc[df[\'SalePrice\']<50000 , \'SalesPrice_band\']=1