- Mastering Python Data Visualization
- Kirthi Raman
- 200字
- 2021-07-09 21:33:56
Why does visualization require planning?
The whole process of visualization involves people with different skill sets and domain expertise. Data wranglers diligently collect data and analyze it. Mathematicians and statisticians understand the visual design principles and communicate their data using those principles. Designers or artists (in some cases, frontend developers) have the skills necessary for visualization, while business analysts look out for things like customer behavioral patterns, outliers, or a sudden unusual trend. However, it always starts with either acquiring or gathering data, and with the following steps:
- Acquire or gather data from an external source, a website, or from a file on a disk
- Parse and filter data using programming methods to parse, clean, and reduce the data
- Analyze and refine to remove noise and unnecessary dimensions and find patterns
- Represent and interact to present the data in ways that are more accessible and understandable
How much of this process is followed varies with different problems, and in some cases, there is more analysis done than filtering of data. As discussed in the previous chapter, in some instances, the analysis and visualization is done iteratively. In other words, the distribution of these steps is not always predictable and consistent.
- Designing Machine Learning Systems with Python
- C++案例趣學
- Android 7編程入門經典:使用Android Studio 2(第4版)
- 精通網絡視頻核心開發技術
- Instant Nancy Web Development
- C語言程序設計
- Java程序員面試筆試寶典(第2版)
- Processing創意編程指南
- 鴻蒙OS應用編程實戰
- 零基礎C#學習筆記
- 從零開始學Unity游戲開發:場景+角色+腳本+交互+體驗+效果+發布
- PostgreSQL 12 High Availability Cookbook
- C語言程序設計實驗指導與習題精解
- Getting Started with Windows Server Security
- R High Performance Programming