- Learning pandas(Second Edition)
- Michael Heydt
- 92字
- 2021-07-02 20:37:01
Discrete
A discrete variable is a variable where the values are based on a count from a set of distinct whole values. A discrete variable cannot be a fractional value between any two variables. Examples of discrete variables include the number of registered cars, number of business locations, and number of children in a family, all of which measure whole units (for example 1, 2, or 3 children). Discrete variables are normally represented in pandas by integers (or occasionally floats), again normally in collections of two or more samplings of a variable.
推薦閱讀
- Cocos2D-X權(quán)威指南(第2版)
- Delphi程序設(shè)計(jì)基礎(chǔ):教程、實(shí)驗(yàn)、習(xí)題
- Rust實(shí)戰(zhàn)
- Python程序設(shè)計(jì)(第3版)
- Mastering QGIS
- 三維圖形化C++趣味編程
- Python王者歸來(lái)
- The HTML and CSS Workshop
- R大數(shù)據(jù)分析實(shí)用指南
- Building RESTful Python Web Services
- Unity 2018 Augmented Reality Projects
- Python從入門到精通(第3版)
- 區(qū)塊鏈架構(gòu)之美:從比特幣、以太坊、超級(jí)賬本看區(qū)塊鏈架構(gòu)設(shè)計(jì)
- CodeIgniter Web Application Blueprints
- Learning Android Application Testing