how to check if a feature is associated with the target variable in python code example
Example: how to print correlation to a feature in pyhton
df[df.columns[1:]].corr()['LoanAmount'][:]
df[df.columns[1:]].corr()['LoanAmount'][:]