- Learning pandas(Second Edition)
- Michael Heydt
- 92字
- 2021-07-02 20:37:02
Descriptive statistics
Descriptive statistics are functions that summarize a given dataset, typically where the dataset represents a population or sample of a single variable (univariate data). They describe the dataset and form measures of a central tendency and measures of variability and dispersion.
For example, the following are descriptive statistics:
- The distribution (for example, normal, Poisson)
- The central tendency (for example, mean, median, and mode)
- The dispersion (for example, variance, standard deviation)
As we will see, the pandas Series and DataFrame objects have integrated support for a large number of descriptive statistics.
推薦閱讀
- 算法零基礎一本通(Python版)
- Microsoft Application Virtualization Cookbook
- FreeSWITCH 1.6 Cookbook
- Mastering Kotlin
- Silverlight魔幻銀燈
- RabbitMQ Cookbook
- Laravel Application Development Blueprints
- App Inventor少兒趣味編程動手做
- Hack與HHVM權威指南
- Shopify Application Development
- Mastering Bootstrap 4
- Java EE實用教程
- 例解Python:Python編程快速入門踐行指南
- 計算機應用基礎(Windows 7+Office 2010)
- PHP典型模塊與項目實戰大全