Как печатать корреляцию с функцией в Pyhton
df[df.columns[1:]].corr()['LoanAmount'][:]
Expensive Earthworm
df[df.columns[1:]].corr()['LoanAmount'][:]