is it standard practice to chech correlation of all columns with target code example
Example: how to print correlation to a feature in pyhton
df[df.columns[1:]].corr()['LoanAmount'][:]
df[df.columns[1:]].corr()['LoanAmount'][:]