Informatics Practices
Related Questions
Write appropriate functions to perform the following on a DataFrame ?
(i) Calculate the sum
(ii) Count the values
(iii) Calculate the average
(iv) Calculate the most repeated value
(v) Calculate the median
(vi) Calculate the standard deviation
(vii) Calculate the variance
(viii) Calculate the maximum value
(ix) Calculate the standard deviation
(x) Calculate the variance
What does info() and describe() do ?
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 ?