- Python Data Mining Quick Start Guide
- Nathan Greeneltch
- 151字
- 2021-06-24 15:19:50
Collecting, Exploring, and Visualizing Data
As a first step, it is important to understand how to acquire data and how to access it in computer memory. Once data is loaded, sound practices for exploration can save time downstream. This chapter will start by showing you how to interact with different data sources such as databases, disks, and streaming. Despite the practicality of these topics, many new analysts overlook them. Indeed, you cannot actually do any work if you cannot get past this beginning step. The second half of the chapter will introduce you to Seaborn for visualizing data, and then recommend types of plots for relevant and popular problem statements.
The following topics will be covered in this chapter:
- Types of data sources and loading into pandas
- Access, search, and sanity checks with pandas
- Basic plotting in Seaborn
- Relevant types of plots for visualizing data
推薦閱讀
- Circos Data Visualization How-to
- Dreamweaver CS3網(wǎng)頁設(shè)計50例
- 影視后期制作(Avid Media Composer 5.0)
- JMAG電機電磁仿真分析與實例解析
- Mastering Elastic Stack
- 新手學(xué)電腦快速入門
- Windows環(huán)境下32位匯編語言程序設(shè)計
- Moodle Course Design Best Practices
- 分析力!專業(yè)Excel的制作與分析實用法則
- Applied Data Visualization with R and ggplot2
- PowerMill 2020五軸數(shù)控加工編程應(yīng)用實例
- AMK伺服控制系統(tǒng)原理及應(yīng)用
- 深度學(xué)習(xí)原理與 TensorFlow實踐
- Python Data Mining Quick Start Guide
- 系統(tǒng)與服務(wù)監(jiān)控技術(shù)實踐