- 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.
推薦閱讀
- ASP.NET Web API:Build RESTful web applications and services on the .NET framework
- 微信公眾平臺(tái)與小程序開發(fā):從零搭建整套系統(tǒng)
- C和C++安全編碼(原書第2版)
- MATLAB 2020 從入門到精通
- 深入淺出Android Jetpack
- 精通Scrapy網(wǎng)絡(luò)爬蟲
- Monitoring Elasticsearch
- Hands-On Microservices with Kotlin
- HTML5從入門到精通 (第2版)
- 代替VBA!用Python輕松實(shí)現(xiàn)Excel編程
- RubyMotion iOS Develoment Essentials
- Drupal Search Engine Optimization
- 數(shù)字媒體技術(shù)概論
- Beginning PHP
- Parallel Programming with Python