Jak wydrukować korelację z funkcją w Pyhton
df[df.columns[1:]].corr()['LoanAmount'][:]
Expensive Earthworm
df[df.columns[1:]].corr()['LoanAmount'][:]