What does df.describe() return for a pandas DataFrame?

Data Science with Python Easy

Data Science with Python — Easy

What does df.describe() return for a pandas DataFrame?

Key points

  • df.describe() gives statistical information on numerical data
  • It helps in understanding the central tendency and spread of the data
  • Useful for initial data exploration and analysis

Ready to go further?

Related questions