CBSE Class 12 Informatics Practices Question 39 of 101

Python Pandas — II — Question 15

Back to all questions
15
Question

Question 15

Which function calculates descriptive statistical details for a DataFrame ?

  1. info()
  2. describe()
  3. show()
  4. list()
Answer

describe()

Reason — The descriptive statistics details can be calculated through a single function, namely the describe() function.