A

Admin • 828.03K Points
Coach

Q. Which method provides the correlation between numerical columns?

  • (A) df.stats()
  • (B) df.corr()
  • (C) df.analyze()
  • (D) df.mean()
  • Correct Answer - Option(B)
  • Views: 11
  • Filed under category Pandas
  • Hashtags:

Explanation by: Admin
`corr()` computes pairwise correlation of columns.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.