CBSE Class 12 Informatics Practices Question 38 of 101

Python Pandas — II — Question 14

Back to all questions
14
Question

Question 14

Which of the following is not a descriptive statistics function ?

  1. count()
  2. add()
  3. sum()
  4. max()
Answer

add()

Reason — The add() function is a binary operation function, while count(), sum(), max() are descriptive statistics functions.