- 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.
推薦閱讀
- 多媒體CAI課件設計與制作導論(第二版)
- Bootstrap Site Blueprints Volume II
- Python程序設計教程(第2版)
- Modular Programming with Python
- Progressive Web Apps with React
- CMDB分步構建指南
- Mastering Scientific Computing with R
- Implementing Cisco Networking Solutions
- 利用Python進行數據分析(原書第3版)
- Android程序設計基礎
- Angular開發入門與實戰
- jQuery炫酷應用實例集錦
- Unity 2017 Mobile Game Development
- 微服務架構深度解析:原理、實踐與進階
- Python機器學習算法與應用