Informatics Practices

Which of the following is not a descriptive statistics function ?

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

Python Pandas

1 Like

Answer

add()

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

Answered By

1 Like


Related Questions