- Mastering Python Data Visualization
- Kirthi Raman
- 185字
- 2021-07-09 21:33:52
Preface
Data visualization is intended to provide information clearly and help the viewer understand them qualitatively. The well-known expression that a picture is worth a thousand words may be rephrased as "a picture tells a story as well as a large collection of words". Visualization is, therefore, a very precious tool that helps the viewer understand a concept quickly. However, data visualization is more of an art than a skill because if you try to overdo it, it could have a reverse effect.
We are currently faced with a plethora of data containing many insights that hold the key to success in the modern day. It is important to find the data, clean it, and use the right tool to visualize it. This book explains several different ways to visualize data using Python packages, along with very useful examples in many different areas such as numerical computing, financial models, statistical and machine learning, and genetics and networks.
This book presents an example code developed on Mac OS X 10.10.5 using Python 2.7, IPython 0.13.2, matplotlib 1.4.3, NumPy 1.9.2, SciPy 0.16.0, and conda build version 1.14.1.
- Python從小白到大牛
- 垃圾回收的算法與實現
- Python Geospatial Development(Second Edition)
- CKA/CKAD應試教程:從Docker到Kubernetes完全攻略
- 高級語言程序設計(C語言版):基于計算思維能力培養
- Python深度學習:模型、方法與實現
- 常用工具軟件立體化教程(微課版)
- Python極簡講義:一本書入門數據分析與機器學習
- Java圖像處理:基于OpenCV與JVM
- Elasticsearch Essentials
- 現代C:概念剖析和編程實踐
- Java EE項目應用開發
- Qt 5.12實戰
- Learning Puppet
- Pandas入門與實戰應用:基于Python的數據分析與處理