know which column has less effect on the target column in dataset 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'][:]