cara mencetak korelasi ke fitur di pyhton
df[df.columns[1:]].corr()['LoanAmount'][:]
Expensive Earthworm
df[df.columns[1:]].corr()['LoanAmount'][:]