- Hands-On Exploratory Data Analysis with Python
- Suresh Kumar Mukhiya Usman Ahmed
- 208字
- 2021-06-24 16:44:54
EDA with Personal Email
The exploration of useful insights from a dataset requires a great deal of thought and a high level of experience and practice. The more you deal with different types of datasets, the more experience you gain in understanding the types of insights that can be mined. For example, if you have worked with text datasets, you will discover that you can mine a lot of keywords, patterns, and phrases. Similarly, if you have worked with time-series datasets, then you will understand that you can mine patterns relevant to weeks, months, and seasons. The point here is that the more you practice, the better you become at understanding the types of insights that can be pulled and the types of visualizations that can be done. Having said that, in this chapter, we are going to use one of our own email datasets and perform exploratory data analysis (EDA).
You will learn about how to export all your emails as a dataset, how to use import them inside a pandas dataframe, how to visualize them, and the different types of insights you can gain.
In this chapter, we will cover the following topics:
Loading the dataset
Data transformation
Data analysis
Further reading recommendations
- Web Application Development with R Using Shiny(Second Edition)
- Spring Boot進階:原理、實戰與面試題分析
- JavaScript應用開發實踐指南
- 響應式Web設計:HTML5和CSS3實戰(第2版)
- Android Studio開發實戰:從零基礎到App上線 (移動開發叢書)
- JavaScript前端開發基礎教程
- C語言程序設計
- C語言程序設計實驗指導與習題精解
- LabVIEW數據采集(第2版)
- Android項目實戰:博學谷
- Game Programming using Qt 5 Beginner's Guide
- PHP程序設計經典300例
- Switching to Angular 2
- Jenkins 2.x Continuous Integration Cookbook(Third Edition)
- Spring Cloud微服務架構開發實戰