Informatics Practices
Is there one function that calculates much of descriptive statistics values ? Name it.
Python Pandas
1 Like
Answer
Yes, there is one function that calculates many descriptive statistics values, namely the describe() function.
Answered By
3 Likes
Related Questions
Name some functions that perform descriptive statistics on a DataFrame.
To consider only the numeric values for calculation, what argument do you pass to statistics functions of Pandas ?
What happens if mode() returns multiple values for a column but other columns have a single mode ?
What is quantile and quartile ?