- The Data Visualization Workshop
- Mario D?bler Tim Gro?mann
- 222字
- 2021-06-18 18:14:35
Summary
NumPy and pandas are essential tools for data wrangling. Their user-friendly interfaces and performant implementation make data handling easy. Even though they only provide a little insight into our datasets, they are valuable for wrangling, augmenting, and cleaning our datasets. Mastering these skills will improve the quality of your visualizations.
In this chapter, we learned about the basics of NumPy, pandas, and statistics. Even though the statistical concepts we covered are basic, they are necessary to enrich our visualizations with information that, in most cases, is not directly provided in our datasets. This hands-on experience will help you implement the exercises and activities in the following chapters.
In the next chapter, we will focus on the different types of visualizations and how to decide which visualization would be best for our use case. This will give you theoretical knowledge so that you know when to use a specific chart type and why. It will also lay down the fundamentals of the remaining chapters in this book, which will focus on teaching you how to use Matplotlib and seaborn to create the plots we have discussed here. After we have covered basic visualization techniques with Matplotlib and seaborn, we will pe more in-depth and explore the possibilities of interactive and animated charts, which will introduce an element of storytelling into our visualizations.
- Network Automation Cookbook
- Koa開發:入門、進階與實戰
- Python自然語言處理(微課版)
- PHP+MySQL+Dreamweaver動態網站開發實例教程
- Python Web數據分析可視化:基于Django框架的開發實戰
- 編程可以很簡單
- Raspberry Pi Robotic Projects(Third Edition)
- Docker:容器與容器云(第2版)
- 百萬在線:大型游戲服務端開發
- Isomorphic Go
- C# 10核心技術指南
- Python全棧開發:數據分析
- 現代JavaScript編程:經典范例與實踐技巧
- Scratch少兒編程高手的7個好習慣
- Python深度學習入門:從零構建CNN和RNN