Descriptive statistics gives us the ability to understand numerous measures of data that describe a specific characteristic of the underlying data. Built into pandas are several classes of these descriptive statistical operations that can be applied to a Series or DataFrame.
Let's examine several facets of statistical analysis / techniques provided by pandas:
- Summary descriptive statistics
- Measuring central tendency: mean, median, and mode
- Variance and standard deviation