Informatics Practices
Which of the following is not a descriptive statistics function ?
- count()
- add()
- sum()
- max()
Related Questions
To divide total distribution of given data in four equal parts, …………… function is used.
- median()
- quartile()
- quantile()
- all of these
To divide total distribution of given data in eight equal parts, …………… function is used.
- median()
- quartile()
- quantile()
- all of these
Which function calculates descriptive statistical details for a DataFrame ?
- info()
- describe()
- show()
- list()
To calculative cumulative sum of a column of a DataFrame, you may use …………… function.
- sum()
- sum(cumulative = True)
- cumsum()
- none of these