- Hands-On Exploratory Data Analysis with Python
- Suresh Kumar Mukhiya Usman Ahmed
- 175字
- 2021-06-24 16:44:55
Technical requirements
The code for this chapter can found inside the GitHub repository shared with this book inside the Chapter 3 folder. This dataset consists of email data taken from my personal Gmail account. Due to privacy issues, the dataset cannot be shared with you. However, in this chapter, we will guide you on how you can download your own emails from Gmail to perform initial data analysis.
Here are the steps to follow:
Log in to your personal Gmail account.
Go to the following link: https://takeout.google.com/settings/takeout.
Deselect all the items but Gmail, as shown in the following screenshot:
4.elect the archive format, as shown in the following screenshot:
Note that I selected Send download link by email, One-time archive, .zip, and the maximum allowed size. You can customize the format. Once done, hit Create archive.
You will get an email archive that is ready for download. You can use the path to the mbox file for further analysis, which will be discussed in this chapter.
Now let's load the dataset.
- Visual Studio 2012 Cookbook
- 架構不再難(全5冊)
- Vue.js入門與商城開發實戰
- Apache Mahout Clustering Designs
- HTML5從入門到精通(第4版)
- CoffeeScript Application Development Cookbook
- Buildbox 2.x Game Development
- 硬件產品設計與開發:從原型到交付
- 并行編程方法與優化實踐
- Julia High Performance(Second Edition)
- Web前端開發最佳實踐
- Microsoft Exchange Server 2016 PowerShell Cookbook(Fourth Edition)
- Test-Driven iOS Development with Swift
- 現代C++語言核心特性解析
- Flutter從0基礎到App上線