Python has a very good method, it goes by the name describe(). When operated on a numerical data, it gives following statistical output:
- Unique Counts
- Mean
- Min
- 25% percentile
- Median
- 75% percentile
- Max
I have created a custom function in Excel using VBA named "DESCRIBE" that gives the same output as describe().