- Python Data Mining Quick Start Guide
- Nathan Greeneltch
- 121字
- 2021-06-24 15:19:47
Data types
There are a few different types of data – each reflecting the type of information that is stored. Understanding the differences is vital to dealing with the downstream effects of working with each type. The different data types are introduced as follows:
- Categorical: Nominal: Qualitative and with no ordering to the labels. For example, hair color (black, brown, blonde, and red).
- Categorical: Ordinal: Qualitative and ordered in some way. For example, satisfaction levels (not, somewhat, neutral, and very).
- Numerical: Discrete: Quantitative and with a finite sample space and/or countable infinite discretizations. For example, 1, 2, and 3.
- Numerical: Continuous: Quantitative and covering an interval or span of real numbers. For example, all real numbers that span (3.0 - 5.0).
推薦閱讀
- 現代測控系統典型應用實例
- 中文版Photoshop CS5數碼照片處理完全自學一本通
- 3D Printing with RepRap Cookbook
- 教父母學會上網
- 來吧!帶你玩轉Excel VBA
- 輕松學Java
- 工業機器人工程應用虛擬仿真教程:MotoSim EG-VRC
- 機器學習流水線實戰
- Moodle Course Design Best Practices
- 電腦主板現場維修實錄
- 網絡化分布式系統預測控制
- Mastering Game Development with Unreal Engine 4(Second Edition)
- LAMP網站開發黃金組合Linux+Apache+MySQL+PHP
- Docker on Amazon Web Services
- 單片機C語言應用100例