What is the purpose of the corr() method in pandas?

Data Science with Python Medium

Data Science with Python — Medium

What is the purpose of the corr() method in pandas?

Key points

  • Corr() calculates correlation coefficients, not corrects data errors.
  • It works with numeric columns, not rows with the same value.
  • Corr() does not identify or remove duplicate columns based on correlation.

Ready to go further?

Related questions